Html Css Color HEX #C2EF08 Electric Lime

📋 copy color: '#C2EF08'

red 194 ◦ green 239 ◦ blue 8

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

Shades of Electric Lime #C2EF08

Tints of Electric Lime #C2EF08

RGB

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

 GREEN value IS 239 (93.75% from 255) = 54.2%

 BLUE value IS 8 (3.52% from 255) = 1.81%

R = 43.99%
G = 54.2%
B = 1.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#C2EF08 (or 0xC2EF08) is known color: Electric Lime. HEX triplet: C2, EF and 08. RGB value is (194,239,8). Sum of RGB (Red+Green+Blue) = 194+239+8=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 239 (93.75% from 255 or 54.20% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EF08 is #3D10F7. Grayscale: #C8C8C8. Windows color (decimal): -4002040 or 585666. OLE color: 585666.

HSL color Cylindrical-coordinate representation of color #C2EF08: hue angle of 71.69º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2EF08 is Cyan = 0.19, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 239 8 -
CMYK 0.19 0 0.97 0.06
HSL 71.69º 0.94% 0.48% -
HSV(B) 71.69º 0.97% 0.94% -
XYZ 53.16 73.22 11.56 -
YUV 199.21 20.09 124.28 -
System Red Green Blue C M Y K H S L
Decimal 194 239 8 0.19 0 0.97 0.06 71.69 0.94 0.48
Hex C2 EF 8 13 0 61 6 48 5E 30
Octal 302 357 10 23 0 141 6 110 136 60
Binary 11000010 11101111 1000 10011 0 1100001 110 1001000 1011110 110000

Color Harmonies of #C2EF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EF08

Black with #C2EF08

Text Example


Text Example

White with #C2EF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EF08; }

 p { color: rgb(194,239,8); }

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

background-color css

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

 a { background-color: rgb(194,239,8); }

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

border-color css

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

 span { border-color: rgb(194,239,8); }

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