Html Css Color HEX #C9F512 Electric Lime

📋 copy color: '#C9F512'

red 201 ◦ green 245 ◦ blue 18

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

Shades of Electric Lime #C9F512

Tints of Electric Lime #C9F512

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.8%

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

R = 43.32%
G = 52.8%
B = 3.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#C9F512 (or 0xC9F512) is known color: Electric Lime. HEX triplet: C9, F5 and 12. RGB value is (201,245,18). Sum of RGB (Red+Green+Blue) = 201+245+18=464 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.32% from 464); Green value is 245 (96.09% from 255 or 52.80% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 245 - color contains mainly: green. Hex color #C9F512 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9F512 is #360AED. Grayscale: #CECECE. Windows color (decimal): -3541742 or 1242569. OLE color: 1242569.

HSL color Cylindrical-coordinate representation of color #C9F512: hue angle of 71.63º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9F512 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 245 18 -
CMYK 0.18 0 0.93 0.04
HSL 71.63º 0.92% 0.52% -
HSV(B) 71.63º 0.93% 0.96% -
XYZ 56.85 77.77 12.59 -
YUV 205.97 21.92 124.46 -
System Red Green Blue C M Y K H S L
Decimal 201 245 18 0.18 0 0.93 0.04 71.63 0.92 0.52
Hex C9 F5 12 12 0 5D 4 48 5C 34
Octal 311 365 22 22 0 135 4 110 134 64
Binary 11001001 11110101 10010 10010 0 1011101 100 1001000 1011100 110100

Color Harmonies of #C9F512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9F512

Black with #C9F512

Text Example


Text Example

White with #C9F512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9F512; }

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

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

background-color css

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

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

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

border-color css

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

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

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