Html Css Color HEX #C2FE0F Electric Lime

📋 copy color: '#C2FE0F'

red 194 ◦ green 254 ◦ blue 15

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

Shades of Electric Lime #C2FE0F

Tints of Electric Lime #C2FE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.24%

R = 41.9%
G = 54.86%
B = 3.24%

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

#C2FE0F (or 0xC2FE0F) is known color: Electric Lime. HEX triplet: C2, FE and 0F. RGB value is (194,254,15). Sum of RGB (Red+Green+Blue) = 194+254+15=463 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.90% from 463); Green value is 254 (99.61% from 255 or 54.86% from 463); Blue value is 15 (6.25% from 255 or 3.24% from 463); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FE0F is #3D01F0. Grayscale: #D1D1D1. Windows color (decimal): -3998193 or 1048258. OLE color: 1048258.

HSL color Cylindrical-coordinate representation of color #C2FE0F: hue angle of 75.06º 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 #C2FE0F is Cyan = 0.24, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 194 254 15 -
CMYK 0.24 0 0.94 0.00
HSL 75.06º 0.99% 0.53% -
HSV(B) 75.06º 0.94% 1% -
XYZ 57.78 82.39 13.31 -
YUV 208.81 18.62 117.43 -
System Red Green Blue C M Y K H S L
Decimal 194 254 15 0.24 0 0.94 0.00 75.06 0.99 0.53
Hex C2 FE F 18 0 5E 0 4B 63 35
Octal 302 376 17 30 0 136 0 113 143 65
Binary 11000010 11111110 1111 11000 0 1011110 0 1001011 1100011 110101

Color Harmonies of #C2FE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FE0F

Black with #C2FE0F

Text Example


Text Example

White with #C2FE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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