Html Css Color HEX #C3F00E Electric Lime

📋 copy color: '#C3F00E'

red 195 ◦ green 240 ◦ blue 14

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

Shades of Electric Lime #C3F00E

Tints of Electric Lime #C3F00E

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.45%

 BLUE value IS 14 (5.86% from 255) = 3.12%

R = 43.43%
G = 53.45%
B = 3.12%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#C3F00E (or 0xC3F00E) is known color: Electric Lime. HEX triplet: C3, F0 and 0E. RGB value is (195,240,14). Sum of RGB (Red+Green+Blue) = 195+240+14=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 240 (94.14% from 255 or 53.45% from 449); Blue value is 14 (5.86% from 255 or 3.12% from 449); Max value from RGB is 240 - color contains mainly: green. Hex color #C3F00E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F00E is #3C0FF1. Grayscale: #C9C9C9. Windows color (decimal): -3936242 or 979139. OLE color: 979139.

HSL color Cylindrical-coordinate representation of color #C3F00E: hue angle of 71.95º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C3F00E is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 240 14 -
CMYK 0.19 0 0.94 0.06
HSL 71.95º 0.89% 0.5% -
HSV(B) 71.95º 0.94% 0.94% -
XYZ 53.75 73.95 11.86 -
YUV 200.78 22.59 123.88 -
System Red Green Blue C M Y K H S L
Decimal 195 240 14 0.19 0 0.94 0.06 71.95 0.89 0.5
Hex C3 F0 E 13 0 5E 6 48 59 32
Octal 303 360 16 23 0 136 6 110 131 62
Binary 11000011 11110000 1110 10011 0 1011110 110 1001000 1011001 110010

Color Harmonies of #C3F00E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F00E

Black with #C3F00E

Text Example


Text Example

White with #C3F00E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F00E; }

 p { color: rgb(195,240,14); }

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

background-color css

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

 a { background-color: rgb(195,240,14); }

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

border-color css

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

 span { border-color: rgb(195,240,14); }

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