Html Css Color HEX #C2FE0E Electric Lime

📋 copy color: '#C2FE0E'

red 194 ◦ green 254 ◦ blue 14

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

Shades of Electric Lime #C2FE0E

Tints of Electric Lime #C2FE0E

RGB

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

 GREEN value IS 254 (99.61% from 255) = 54.98%

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

R = 41.99%
G = 54.98%
B = 3.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#C2FE0E (or 0xC2FE0E) is known color: Electric Lime. HEX triplet: C2, FE and 0E. RGB value is (194,254,14). Sum of RGB (Red+Green+Blue) = 194+254+14=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 254 (99.61% from 255 or 54.98% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FE0E is #3D01F1. Grayscale: #D1D1D1. Windows color (decimal): -3998194 or 982722. OLE color: 982722.

HSL color Cylindrical-coordinate representation of color #C2FE0E: hue angle of 75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2FE0E is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 254 14 -
CMYK 0.24 0 0.94 0.00
HSL 75º 0.99% 0.53% -
HSV(B) 75º 0.94% 1% -
XYZ 57.77 82.38 13.27 -
YUV 208.7 18.12 117.51 -
System Red Green Blue C M Y K H S L
Decimal 194 254 14 0.24 0 0.94 0.00 75 0.99 0.53
Hex C2 FE E 18 0 5E 0 4B 63 35
Octal 302 376 16 30 0 136 0 113 143 65
Binary 11000010 11111110 1110 11000 0 1011110 0 1001011 1100011 110101

Color Harmonies of #C2FE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FE0E

Black with #C2FE0E

Text Example


Text Example

White with #C2FE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FE0E; }

 p { color: rgb(194,254,14); }

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

background-color css

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

 a { background-color: rgb(194,254,14); }

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

border-color css

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

 span { border-color: rgb(194,254,14); }

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