Html Css Color HEX #C2FE16 Electric Lime

📋 copy color: '#C2FE16'

red 194 ◦ green 254 ◦ blue 22

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

Shades of Electric Lime #C2FE16

Tints of Electric Lime #C2FE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 4.68%

R = 41.28%
G = 54.04%
B = 4.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#C2FE16 (or 0xC2FE16) is known color: Electric Lime. HEX triplet: C2, FE and 16. RGB value is (194,254,22). Sum of RGB (Red+Green+Blue) = 194+254+22=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 22 (8.98% from 255 or 4.68% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #C2FE16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FE16 is #3D01E9. Grayscale: #D2D2D2. Windows color (decimal): -3998186 or 1507010. OLE color: 1507010.

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

Color convert

RGB 194 254 22 -
CMYK 0.24 0 0.91 0.00
HSL 75.52º 0.99% 0.54% -
HSV(B) 75.52º 0.91% 1% -
XYZ 57.83 82.41 13.62 -
YUV 209.61 22.12 116.86 -
System Red Green Blue C M Y K H S L
Decimal 194 254 22 0.24 0 0.91 0.00 75.52 0.99 0.54
Hex C2 FE 16 18 0 5B 0 4C 63 36
Octal 302 376 26 30 0 133 0 114 143 66
Binary 11000010 11111110 10110 11000 0 1011011 0 1001100 1100011 110110

Color Harmonies of #C2FE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FE16

Black with #C2FE16

Text Example


Text Example

White with #C2FE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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