#7caf1c

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

Shades of Lima #7CAF1C

Tints of Lima #7CAF1C

Color information

#7CAF1C (or 0x7CAF1C) is unknown color: approx Lima. HEX triplet: 7C, AF and 1C. RGB value is (124,175,28). Sum of RGB (Red+Green+Blue) = 124+175+28=327 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.92% from 327); Green value is 175 (68.75% from 255 or 53.52% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7CAF1C is #8350E3. Grayscale: #8F8F8F. Windows color (decimal): -8605924 or 1879932. OLE color: 1879932.

HSL color Cylindrical-coordinate representation of color #7CAF1C: hue angle of 80.82º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7CAF1C is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB12417528-
CMYK0.2900.840.31
HSL80.82º72.41%39.8%-
HSV(B)80.82º84%68.63%-
XYZ23.8535.036.6-
YUV142.9963.1114.45-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.92%
GREEN value IS 175 (68.75% from 255) = 53.52%
BLUE value IS 28 (11.33% from 255) = 8.56%
R=37.92%
G=53.52%
B=8.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124175280.2900.840.3180.8272.4139.8
Hex7CAF1C1D0541F514828
Octal174257343501243712111050
Binary1111100101011111110011101010101001111110100011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7caf1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,175,28); }

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

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

 a { background-color: rgb(124,175,28); }

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

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

 span { border-color: rgb(124,175,28); }

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