Html Css Color HEX #C4EA07 Electric Lime

📋 copy color: '#C4EA07'

red 196 ◦ green 234 ◦ blue 7

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

Shades of Electric Lime #C4EA07

Tints of Electric Lime #C4EA07

RGB

 RED value IS 196 (76.95% from 255) = 44.85%

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

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

R = 44.85%
G = 53.55%
B = 1.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#C4EA07 (or 0xC4EA07) is known color: Electric Lime. HEX triplet: C4, EA and 07. RGB value is (196,234,7). Sum of RGB (Red+Green+Blue) = 196+234+7=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 234 (91.80% from 255 or 53.55% from 437); Blue value is 7 (3.12% from 255 or 1.60% from 437); Max value from RGB is 234 - color contains mainly: green. Hex color #C4EA07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4EA07 is #3B15F8. Grayscale: #C5C5C5. Windows color (decimal): -3872249 or 518852. OLE color: 518852.

HSL color Cylindrical-coordinate representation of color #C4EA07: hue angle of 70.04º 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 #C4EA07 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 234 7 -
CMYK 0.16 0 0.97 0.08
HSL 70.04º 0.94% 0.47% -
HSV(B) 70.04º 0.97% 0.92% -
XYZ 52.23 70.6 11.07 -
YUV 196.76 20.91 127.46 -
System Red Green Blue C M Y K H S L
Decimal 196 234 7 0.16 0 0.97 0.08 70.04 0.94 0.47
Hex C4 EA 7 10 0 61 8 46 5E 2F
Octal 304 352 7 20 0 141 10 106 136 57
Binary 11000100 11101010 111 10000 0 1100001 1000 1000110 1011110 101111

Color Harmonies of #C4EA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4EA07

Black with #C4EA07

Text Example


Text Example

White with #C4EA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4EA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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