Html Css Color HEX #C7F212 Electric Lime

📋 copy color: '#C7F212'

red 199 ◦ green 242 ◦ blue 18

#C7F212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #C7F212

Tints of Electric Lime #C7F212

RGB

 RED value IS 199 (78.13% from 255) = 43.36%

 GREEN value IS 242 (94.92% from 255) = 52.72%

 BLUE value IS 18 (7.42% from 255) = 3.92%

R = 43.36%
G = 52.72%
B = 3.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#C7F212 (or 0xC7F212) is known color: Electric Lime. HEX triplet: C7, F2 and 12. RGB value is (199,242,18). Sum of RGB (Red+Green+Blue) = 199+242+18=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 242 (94.92% from 255 or 52.72% from 459); Blue value is 18 (7.42% from 255 or 3.92% from 459); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F212 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F212 is #380DED. Grayscale: #CCCCCC. Windows color (decimal): -3673582 or 1241799. OLE color: 1241799.

HSL color Cylindrical-coordinate representation of color #C7F212: hue angle of 71.52º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7F212 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 242 18 -
CMYK 0.18 0 0.93 0.05
HSL 71.52º 0.9% 0.51% -
HSV(B) 71.52º 0.93% 0.95% -
XYZ 55.41 75.69 12.26 -
YUV 203.61 23.25 124.71 -
System Red Green Blue C M Y K H S L
Decimal 199 242 18 0.18 0 0.93 0.05 71.52 0.9 0.51
Hex C7 F2 12 12 0 5D 5 48 5A 33
Octal 307 362 22 22 0 135 5 110 132 63
Binary 11000111 11110010 10010 10010 0 1011101 101 1001000 1011010 110011

Color Harmonies of #C7F212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F212

Black with #C7F212

Text Example


Text Example

White with #C7F212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F212; }

 p { color: rgb(199,242,18); }

 H1.HeaderClassName
 {
   color: #C7F212;
 }
 .AnyTagClassName
 {
   color: #C7F212;
 }
</style>

background-color css

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

 a { background-color: rgb(199,242,18); }

 div.DivClassName
 {
   background-color: #C7F212;
 }
 .BgClassName
 {
   background-color: #C7F212;
 }
</style>

border-color css

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

 span { border-color: rgb(199,242,18); }

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