Html Css Color HEX #C9EB0A Electric Lime

📋 copy color: '#C9EB0A'

red 201 ◦ green 235 ◦ blue 10

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

Shades of Electric Lime #C9EB0A

Tints of Electric Lime #C9EB0A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 52.69%

 BLUE value IS 10 (4.3% from 255) = 2.24%

R = 45.07%
G = 52.69%
B = 2.24%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#C9EB0A (or 0xC9EB0A) is known color: Electric Lime. HEX triplet: C9, EB and 0A. RGB value is (201,235,10). Sum of RGB (Red+Green+Blue) = 201+235+10=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 235 (92.19% from 255 or 52.69% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 235 - color contains mainly: green. Hex color #C9EB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9EB0A is #3614F5. Grayscale: #C8C8C8. Windows color (decimal): -3544310 or 715721. OLE color: 715721.

HSL color Cylindrical-coordinate representation of color #C9EB0A: hue angle of 69.07º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C9EB0A is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 235 10 -
CMYK 0.14 0 0.96 0.08
HSL 69.07º 0.92% 0.48% -
HSV(B) 69.07º 0.96% 0.92% -
XYZ 53.85 71.86 11.32 -
YUV 199.18 21.24 129.3 -
System Red Green Blue C M Y K H S L
Decimal 201 235 10 0.14 0 0.96 0.08 69.07 0.92 0.48
Hex C9 EB A E 0 60 8 45 5C 30
Octal 311 353 12 16 0 140 10 105 134 60
Binary 11001001 11101011 1010 1110 0 1100000 1000 1000101 1011100 110000

Color Harmonies of #C9EB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EB0A

Black with #C9EB0A

Text Example


Text Example

White with #C9EB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EB0A; }

 p { color: rgb(201,235,10); }

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

background-color css

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

 a { background-color: rgb(201,235,10); }

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

border-color css

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

 span { border-color: rgb(201,235,10); }

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