Html Css Color HEX #C2EA05 Electric Lime

📋 copy color: '#C2EA05'

red 194 ◦ green 234 ◦ blue 5

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

Shades of Electric Lime #C2EA05

Tints of Electric Lime #C2EA05

RGB

 RED value IS 194 (76.17% from 255) = 44.8%

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

 BLUE value IS 5 (2.34% from 255) = 1.15%

R = 44.8%
G = 54.04%
B = 1.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#C2EA05 (or 0xC2EA05) is known color: Electric Lime. HEX triplet: C2, EA and 05. RGB value is (194,234,5). Sum of RGB (Red+Green+Blue) = 194+234+5=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 234 (91.80% from 255 or 54.04% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 234 - color contains mainly: green. Hex color #C2EA05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EA05 is #3D15FA. Grayscale: #C4C4C4. Windows color (decimal): -4003323 or 387778. OLE color: 387778.

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

Color convert

RGB 194 234 5 -
CMYK 0.17 0 0.98 0.08
HSL 70.48º 0.96% 0.47% -
HSV(B) 70.48º 0.98% 0.92% -
XYZ 51.7 70.33 10.99 -
YUV 195.93 20.25 126.62 -
System Red Green Blue C M Y K H S L
Decimal 194 234 5 0.17 0 0.98 0.08 70.48 0.96 0.47
Hex C2 EA 5 11 0 62 8 46 60 2F
Octal 302 352 5 21 0 142 10 106 140 57
Binary 11000010 11101010 101 10001 0 1100010 1000 1000110 1100000 101111

Color Harmonies of #C2EA05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EA05

Black with #C2EA05

Text Example


Text Example

White with #C2EA05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EA05; }

 p { color: rgb(194,234,5); }

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

background-color css

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

 a { background-color: rgb(194,234,5); }

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

border-color css

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

 span { border-color: rgb(194,234,5); }

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