Html Css Color HEX #C9F312 Electric Lime

📋 copy color: '#C9F312'

red 201 ◦ green 243 ◦ blue 18

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

Shades of Electric Lime #C9F312

Tints of Electric Lime #C9F312

RGB

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

 GREEN value IS 243 (95.31% from 255) = 52.6%

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

R = 43.51%
G = 52.6%
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

#C9F312 (or 0xC9F312) is known color: Electric Lime. HEX triplet: C9, F3 and 12. RGB value is (201,243,18). Sum of RGB (Red+Green+Blue) = 201+243+18=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 243 (95.31% from 255 or 52.60% from 462); Blue value is 18 (7.42% from 255 or 3.90% from 462); Max value from RGB is 243 - color contains mainly: green. Hex color #C9F312 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F312 is #360CED. Grayscale: #CDCDCD. Windows color (decimal): -3542254 or 1242057. OLE color: 1242057.

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

Color convert

RGB 201 243 18 -
CMYK 0.17 0 0.93 0.05
HSL 71.2º 0.9% 0.51% -
HSV(B) 71.2º 0.93% 0.95% -
XYZ 56.25 76.56 12.39 -
YUV 204.79 22.59 125.3 -
System Red Green Blue C M Y K H S L
Decimal 201 243 18 0.17 0 0.93 0.05 71.2 0.9 0.51
Hex C9 F3 12 11 0 5D 5 47 5A 33
Octal 311 363 22 21 0 135 5 107 132 63
Binary 11001001 11110011 10010 10001 0 1011101 101 1000111 1011010 110011

Color Harmonies of #C9F312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F312

Black with #C9F312

Text Example


Text Example

White with #C9F312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F312; }

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

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

background-color css

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

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

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

border-color css

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

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

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