Html Css Color HEX #C2FF14 Electric Lime

📋 copy color: '#C2FF14'

red 194 ◦ green 255 ◦ blue 20

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

Shades of Electric Lime #C2FF14

Tints of Electric Lime #C2FF14

RGB

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

 GREEN value IS 255 (100% from 255) = 54.37%

 BLUE value IS 20 (8.2% from 255) = 4.26%

R = 41.36%
G = 54.37%
B = 4.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#C2FF14 (or 0xC2FF14) is known color: Electric Lime. HEX triplet: C2, FF and 14. RGB value is (194,255,20). Sum of RGB (Red+Green+Blue) = 194+255+20=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FF14 is #3D00EB. Grayscale: #D2D2D2. Windows color (decimal): -3997932 or 1376194. OLE color: 1376194.

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

Color convert

RGB 194 255 20 -
CMYK 0.24 0 0.92 0
HSL 75.57º 1% 0.54% -
HSV(B) 75.57º 0.92% 1% -
XYZ 58.13 83.04 13.63 -
YUV 209.97 20.79 116.61 -
System Red Green Blue C M Y K H S L
Decimal 194 255 20 0.24 0 0.92 0 75.57 1 0.54
Hex C2 FF 14 18 0 5C 0 4C 64 36
Octal 302 377 24 30 0 134 0 114 144 66
Binary 11000010 11111111 10100 11000 0 1011100 0 1001100 1100100 110110

Color Harmonies of #C2FF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2FF14

Black with #C2FF14

Text Example


Text Example

White with #C2FF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2FF14; }

 p { color: rgb(194,255,20); }

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

background-color css

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

 a { background-color: rgb(194,255,20); }

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

border-color css

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

 span { border-color: rgb(194,255,20); }

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