Html Css Color HEX #C2EB03 Electric Lime

📋 copy color: '#C2EB03'

red 194 ◦ green 235 ◦ blue 3

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

Shades of Electric Lime #C2EB03

Tints of Electric Lime #C2EB03

RGB

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

 GREEN value IS 235 (92.19% from 255) = 54.4%

 BLUE value IS 3 (1.56% from 255) = 0.69%

R = 44.91%
G = 54.4%
B = 0.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#C2EB03 (or 0xC2EB03) is known color: Electric Lime. HEX triplet: C2, EB and 03. RGB value is (194,235,3). Sum of RGB (Red+Green+Blue) = 194+235+3=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 235 (92.19% from 255 or 54.40% from 432); Blue value is 3 (1.56% from 255 or 0.69% from 432); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EB03 is #3D14FC. Grayscale: #C5C5C5. Windows color (decimal): -4003069 or 256962. OLE color: 256962.

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

Color convert

RGB 194 235 3 -
CMYK 0.17 0 0.99 0.08
HSL 70.6º 0.97% 0.47% -
HSV(B) 70.6º 0.99% 0.92% -
XYZ 51.97 70.89 11.03 -
YUV 196.29 18.92 126.36 -
System Red Green Blue C M Y K H S L
Decimal 194 235 3 0.17 0 0.99 0.08 70.6 0.97 0.47
Hex C2 EB 3 11 0 63 8 47 61 2F
Octal 302 353 3 21 0 143 10 107 141 57
Binary 11000010 11101011 11 10001 0 1100011 1000 1000111 1100001 101111

Color Harmonies of #C2EB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EB03

Black with #C2EB03

Text Example


Text Example

White with #C2EB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EB03; }

 p { color: rgb(194,235,3); }

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

background-color css

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

 a { background-color: rgb(194,235,3); }

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

border-color css

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

 span { border-color: rgb(194,235,3); }

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