Html Css Color HEX #C3E800 Electric Lime

📋 copy color: '#C3E800'

red 195 ◦ green 232 ◦ blue 0

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

Shades of Electric Lime #C3E800

Tints of Electric Lime #C3E800

RGB

 RED value IS 195 (76.56% from 255) = 45.67%

 GREEN value IS 232 (91.02% from 255) = 54.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.67%
G = 54.33%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#C3E800 (or 0xC3E800) is known color: Electric Lime. HEX triplet: C3, E8 and 00. RGB value is (195,232,0). Sum of RGB (Red+Green+Blue) = 195+232+0=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 232 (91.02% from 255 or 54.33% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 232 - color contains mainly: green. Hex color #C3E800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3E800 is #3C17FF. Grayscale: #C3C3C3. Windows color (decimal): -3938304 or 59587. OLE color: 59587.

HSL color Cylindrical-coordinate representation of color #C3E800: hue angle of 69.57º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C3E800 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 195 232 0 -
CMYK 0.16 0 1 0.09
HSL 69.57º 1% 0.45% -
HSV(B) 69.57º 1% 0.91% -
XYZ 51.36 69.32 10.67 -
YUV 194.49 18.24 128.36 -
System Red Green Blue C M Y K H S L
Decimal 195 232 0 0.16 0 1 0.09 69.57 1 0.45
Hex C3 E8 0 10 0 64 9 46 64 2D
Octal 303 350 0 20 0 144 11 106 144 55
Binary 11000011 11101000 0 10000 0 1100100 1001 1000110 1100100 101101

Color Harmonies of #C3E800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E800

Black with #C3E800

Text Example


Text Example

White with #C3E800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E800; }

 p { color: rgb(195,232,0); }

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

background-color css

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

 a { background-color: rgb(195,232,0); }

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

border-color css

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

 span { border-color: rgb(195,232,0); }

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