Html Css Color HEX #C9EA07 Electric Lime

📋 copy color: '#C9EA07'

red 201 ◦ green 234 ◦ blue 7

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

Shades of Electric Lime #C9EA07

Tints of Electric Lime #C9EA07

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52.94%

 BLUE value IS 7 (3.13% from 255) = 1.58%

R = 45.48%
G = 52.94%
B = 1.58%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#C9EA07 (or 0xC9EA07) is known color: Electric Lime. HEX triplet: C9, EA and 07. RGB value is (201,234,7). Sum of RGB (Red+Green+Blue) = 201+234+7=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 234 (91.80% from 255 or 52.94% from 442); Blue value is 7 (3.12% from 255 or 1.58% from 442); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C9EA07 is #3615F8. Grayscale: #C7C7C7. Windows color (decimal): -3544569 or 518857. OLE color: 518857.

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

Color convert

RGB 201 234 7 -
CMYK 0.14 0 0.97 0.08
HSL 68.72º 0.94% 0.47% -
HSV(B) 68.72º 0.97% 0.92% -
XYZ 53.55 71.28 11.14 -
YUV 198.26 20.07 129.96 -
System Red Green Blue C M Y K H S L
Decimal 201 234 7 0.14 0 0.97 0.08 68.72 0.94 0.47
Hex C9 EA 7 E 0 61 8 45 5E 2F
Octal 311 352 7 16 0 141 10 105 136 57
Binary 11001001 11101010 111 1110 0 1100001 1000 1000101 1011110 101111

Color Harmonies of #C9EA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9EA07

Black with #C9EA07

Text Example


Text Example

White with #C9EA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9EA07; }

 p { color: rgb(201,234,7); }

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

background-color css

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

 a { background-color: rgb(201,234,7); }

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

border-color css

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

 span { border-color: rgb(201,234,7); }

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