Html Css Color HEX #C3ED00 Electric Lime

📋 copy color: '#C3ED00'

red 195 ◦ green 237 ◦ blue 0

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

Shades of Electric Lime #C3ED00

Tints of Electric Lime #C3ED00

RGB

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

 GREEN value IS 237 (92.97% from 255) = 54.86%

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

R = 45.14%
G = 54.86%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#C3ED00 (or 0xC3ED00) is known color: Electric Lime. HEX triplet: C3, ED and 00. RGB value is (195,237,0). Sum of RGB (Red+Green+Blue) = 195+237+0=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 237 (92.97% from 255 or 54.86% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 237 - color contains mainly: green. Hex color #C3ED00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3ED00 is #3C12FF. Grayscale: #C6C6C6. Windows color (decimal): -3937024 or 60867. OLE color: 60867.

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

Color convert

RGB 195 237 0 -
CMYK 0.18 0 1 0.07
HSL 70.63º 1% 0.46% -
HSV(B) 70.63º 1% 0.93% -
XYZ 52.79 72.17 11.15 -
YUV 197.42 16.59 126.27 -
System Red Green Blue C M Y K H S L
Decimal 195 237 0 0.18 0 1 0.07 70.63 1 0.46
Hex C3 ED 0 12 0 64 7 47 64 2E
Octal 303 355 0 22 0 144 7 107 144 56
Binary 11000011 11101101 0 10010 0 1100100 111 1000111 1100100 101110

Color Harmonies of #C3ED00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3ED00

Black with #C3ED00

Text Example


Text Example

White with #C3ED00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3ED00; }

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

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

background-color css

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

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

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

border-color css

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

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

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