#7BC335

Color #7BC335 Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #7BC335

Tints of Lima #7BC335

Color information

#7BC335 (or 0x7BC335) is unknown color: approx Lima. HEX triplet: 7B, C3 and 35. RGB value is (123,195,53). Sum of RGB (Red+Green+Blue) = 123+195+53=371 (49% of max value = 765). Red value is 123 (48.44% from 255 or 33.15% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #7BC335 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BC335 is #843CCA. Grayscale: #9D9D9D. Windows color (decimal): -8666315 or 3523451. OLE color: 3523451.

HSL color Cylindrical-coordinate representation of color #7BC335: hue angle of 90.42º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7BC335 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB12319553-
CMYK0.3700.730.24
HSL90.42º57.26%48.63%-
HSV(B)90.42º72.82%76.47%-
XYZ28.3343.510.27-
YUV157.2869.15103.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 123 (48.44% from 255) = 33.15%
GREEN value IS 195 (76.56% from 255) = 52.56%
BLUE value IS 53 (21.09% from 255) = 14.29%
R=33.15%
G=52.56%
B=14.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal123195530.3700.730.2490.4257.2648.63
Hex7BC33525049185a3931
Octal17330365450111301327161
Binary11110111100001111010110010101001001110001011010111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7BC335; }

 p { color: rgb(123,195,53); }

 H1.HeaderClassName
 {
   color: #7BC335;
 }
 .AnyTagClassName
 {
   color: #7BC335;
 }
</style>
background-color css

<style>
 a { background-color: #7BC335; }

 a { background-color: rgb(123,195,53); }

 div.DivClassName
 {
   background-color: #7BC335;
 }
 .BgClassName
 {
   background-color: #7BC335;
 }
</style>
border-color css

<style>
 span { border-color: #7BC335; }

 span { border-color: rgb(123,195,53); }

 td.TdClassName
 {
   border-color: #7BC335;
 }
 .TagClassName
 {
   border-color: #7BC335;
 }
</style>