Html Css Color HEX #C9F212 Electric Lime

📋 copy color: '#C9F212'

red 201 ◦ green 242 ◦ blue 18

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

Shades of Electric Lime #C9F212

Tints of Electric Lime #C9F212

RGB

 RED value IS 201 (78.91% from 255) = 43.6%

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

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

R = 43.6%
G = 52.49%
B = 3.9%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#C9F212 (or 0xC9F212) is known color: Electric Lime. HEX triplet: C9, F2 and 12. RGB value is (201,242,18). Sum of RGB (Red+Green+Blue) = 201+242+18=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 242 (94.92% from 255 or 52.49% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 242 - color contains mainly: green. Hex color #C9F212 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F212 is #360DED. Grayscale: #CDCDCD. Windows color (decimal): -3542510 or 1241801. OLE color: 1241801.

HSL color Cylindrical-coordinate representation of color #C9F212: hue angle of 70.98º 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 #C9F212 is Cyan = 0.17, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 242 18 -
CMYK 0.17 0 0.93 0.05
HSL 70.98º 0.9% 0.51% -
HSV(B) 70.98º 0.93% 0.95% -
XYZ 55.95 75.97 12.29 -
YUV 204.21 22.92 125.71 -
System Red Green Blue C M Y K H S L
Decimal 201 242 18 0.17 0 0.93 0.05 70.98 0.9 0.51
Hex C9 F2 12 11 0 5D 5 47 5A 33
Octal 311 362 22 21 0 135 5 107 132 63
Binary 11001001 11110010 10010 10001 0 1011101 101 1000111 1011010 110011

Color Harmonies of #C9F212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F212

Black with #C9F212

Text Example


Text Example

White with #C9F212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F212; }

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

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

background-color css

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

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

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

border-color css

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

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

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