Html Css Color HEX #C3E900 Electric Lime

📋 copy color: '#C3E900'

red 195 ◦ green 233 ◦ blue 0

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

Shades of Electric Lime #C3E900

Tints of Electric Lime #C3E900

RGB

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

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

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

R = 45.56%
G = 54.44%
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

#C3E900 (or 0xC3E900) is known color: Electric Lime. HEX triplet: C3, E9 and 00. RGB value is (195,233,0). Sum of RGB (Red+Green+Blue) = 195+233+0=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 233 (91.41% from 255 or 54.44% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 233 - color contains mainly: green. Hex color #C3E900 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3E900 is #3C16FF. Grayscale: #C3C3C3. Windows color (decimal): -3938048 or 59843. OLE color: 59843.

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

Color convert

RGB 195 233 0 -
CMYK 0.16 0 1 0.09
HSL 69.79º 1% 0.46% -
HSV(B) 69.79º 1% 0.91% -
XYZ 51.64 69.88 10.77 -
YUV 195.08 17.91 127.95 -
System Red Green Blue C M Y K H S L
Decimal 195 233 0 0.16 0 1 0.09 69.79 1 0.46
Hex C3 E9 0 10 0 64 9 46 64 2E
Octal 303 351 0 20 0 144 11 106 144 56
Binary 11000011 11101001 0 10000 0 1100100 1001 1000110 1100100 101110

Color Harmonies of #C3E900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3E900

Black with #C3E900

Text Example


Text Example

White with #C3E900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3E900; }

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

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

background-color css

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

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

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

border-color css

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

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

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