Html Css Color HEX #C2E902 Electric Lime

📋 copy color: '#C2E902'

red 194 ◦ green 233 ◦ blue 2

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

Shades of Electric Lime #C2E902

Tints of Electric Lime #C2E902

RGB

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

 GREEN value IS 233 (91.41% from 255) = 54.31%

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 45.22%
G = 54.31%
B = 0.47%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#C2E902 (or 0xC2E902) is known color: Electric Lime. HEX triplet: C2, E9 and 02. RGB value is (194,233,2). Sum of RGB (Red+Green+Blue) = 194+233+2=429 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.22% from 429); Green value is 233 (91.41% from 255 or 54.31% from 429); Blue value is 2 (1.17% from 255 or 0.47% from 429); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E902 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2E902 is #3D16FD. Grayscale: #C3C3C3. Windows color (decimal): -4003582 or 190914. OLE color: 190914.

HSL color Cylindrical-coordinate representation of color #C2E902: hue angle of 70.13º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C2E902 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 233 2 -
CMYK 0.17 0 0.99 0.09
HSL 70.13º 0.98% 0.46% -
HSV(B) 70.13º 0.99% 0.91% -
XYZ 51.4 69.75 10.81 -
YUV 195.01 19.08 127.28 -
System Red Green Blue C M Y K H S L
Decimal 194 233 2 0.17 0 0.99 0.09 70.13 0.98 0.46
Hex C2 E9 2 11 0 63 9 46 62 2E
Octal 302 351 2 21 0 143 11 106 142 56
Binary 11000010 11101001 10 10001 0 1100011 1001 1000110 1100010 101110

Color Harmonies of #C2E902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E902

Black with #C2E902

Text Example


Text Example

White with #C2E902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E902; }

 p { color: rgb(194,233,2); }

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

background-color css

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

 a { background-color: rgb(194,233,2); }

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

border-color css

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

 span { border-color: rgb(194,233,2); }

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