#7CFF12

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

Shades of Lawn Green #7CFF12

Tints of Lawn Green #7CFF12

Color information

#7CFF12 (or 0x7CFF12) is unknown color: approx Lawn Green. HEX triplet: 7C, FF and 12. RGB value is (124,255,18). Sum of RGB (Red+Green+Blue) = 124+255+18=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 255 (100% from 255 or 64.23% from 397); Blue value is 18 (7.42% from 255 or 4.53% from 397); Max value from RGB is 255 - color contains mainly: green. Hex color #7CFF12 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #7CFF12 is #8300ED. Grayscale: #BDBDBD. Windows color (decimal): -8585454 or 1245052. OLE color: 1245052.

HSL color Cylindrical-coordinate representation of color #7CFF12: hue angle of 93.16º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7CFF12 is Cyan = 0.51, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB12425518-
CMYK0.5100.930
HSL93.16º100%53.53%-
HSV(B)93.16º92.94%100%-
XYZ44.1875.8512.88-
YUV188.8131.681.77-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.23%
GREEN value IS 255 (100% from 255) = 64.23%
BLUE value IS 18 (7.42% from 255) = 4.53%
R=31.23%
G=64.23%
B=4.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal124255180.5100.93093.1610053.53
Hex7CFF123305D05d6436
Octal17437722630135013514466
Binary1111100111111111001011001101011101010111011100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CFF12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,255,18); }

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

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

 a { background-color: rgb(124,255,18); }

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

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

 span { border-color: rgb(124,255,18); }

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