Html Css Color HEX #C9ED10 Electric Lime

📋 copy color: '#C9ED10'

red 201 ◦ green 237 ◦ blue 16

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

Shades of Electric Lime #C9ED10

Tints of Electric Lime #C9ED10

RGB

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

 GREEN value IS 237 (92.97% from 255) = 52.2%

 BLUE value IS 16 (6.64% from 255) = 3.52%

R = 44.27%
G = 52.2%
B = 3.52%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#C9ED10 (or 0xC9ED10) is known color: Electric Lime. HEX triplet: C9, ED and 10. RGB value is (201,237,16). Sum of RGB (Red+Green+Blue) = 201+237+16=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 16 (6.64% from 255 or 3.52% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #C9ED10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9ED10 is #3612EF. Grayscale: #C9C9C9. Windows color (decimal): -3543792 or 1109449. OLE color: 1109449.

HSL color Cylindrical-coordinate representation of color #C9ED10: hue angle of 69.77º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9ED10 is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 237 16 -
CMYK 0.15 0 0.93 0.07
HSL 69.77º 0.87% 0.5% -
HSV(B) 69.77º 0.93% 0.93% -
XYZ 54.47 73.02 11.71 -
YUV 201.04 23.57 127.97 -
System Red Green Blue C M Y K H S L
Decimal 201 237 16 0.15 0 0.93 0.07 69.77 0.87 0.5
Hex C9 ED 10 F 0 5D 7 46 57 32
Octal 311 355 20 17 0 135 7 106 127 62
Binary 11001001 11101101 10000 1111 0 1011101 111 1000110 1010111 110010

Color Harmonies of #C9ED10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ED10

Black with #C9ED10

Text Example


Text Example

White with #C9ED10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ED10; }

 p { color: rgb(201,237,16); }

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

background-color css

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

 a { background-color: rgb(201,237,16); }

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

border-color css

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

 span { border-color: rgb(201,237,16); }

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