Html Css Color HEX #C2FA08 Electric Lime

📋 copy color: '#C2FA08'

red 194 ◦ green 250 ◦ blue 8

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

Shades of Electric Lime #C2FA08

Tints of Electric Lime #C2FA08

RGB

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

 GREEN value IS 250 (98.05% from 255) = 55.31%

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

R = 42.92%
G = 55.31%
B = 1.77%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#C2FA08 (or 0xC2FA08) is known color: Electric Lime. HEX triplet: C2, FA and 08. RGB value is (194,250,8). Sum of RGB (Red+Green+Blue) = 194+250+8=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 250 (98.05% from 255 or 55.31% from 452); Blue value is 8 (3.52% from 255 or 1.77% from 452); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA08 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FA08 is #3D05F7. Grayscale: #CECECE. Windows color (decimal): -3999224 or 588482. OLE color: 588482.

HSL color Cylindrical-coordinate representation of color #C2FA08: hue angle of 73.88º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2FA08 is Cyan = 0.22, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 250 8 -
CMYK 0.22 0 0.97 0.02
HSL 73.88º 0.96% 0.51% -
HSV(B) 73.88º 0.97% 0.98% -
XYZ 56.48 79.86 12.67 -
YUV 205.67 16.45 119.68 -
System Red Green Blue C M Y K H S L
Decimal 194 250 8 0.22 0 0.97 0.02 73.88 0.96 0.51
Hex C2 FA 8 16 0 61 2 4A 60 33
Octal 302 372 10 26 0 141 2 112 140 63
Binary 11000010 11111010 1000 10110 0 1100001 10 1001010 1100000 110011

Color Harmonies of #C2FA08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FA08

Black with #C2FA08

Text Example


Text Example

White with #C2FA08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FA08; }

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

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

background-color css

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

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

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

border-color css

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

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

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