Html Css Color HEX #C2F210 Electric Lime

📋 copy color: '#C2F210'

red 194 ◦ green 242 ◦ blue 16

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

Shades of Electric Lime #C2F210

Tints of Electric Lime #C2F210

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.54%

 BLUE value IS 16 (6.64% from 255) = 3.54%

R = 42.92%
G = 53.54%
B = 3.54%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#C2F210 (or 0xC2F210) is known color: Electric Lime. HEX triplet: C2, F2 and 10. RGB value is (194,242,16). Sum of RGB (Red+Green+Blue) = 194+242+16=452 (59% of max value = 765). Red value is 194 (76.17% from 255 or 42.92% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 16 (6.64% from 255 or 3.54% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F210 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F210 is #3D0DEF. Grayscale: #CACACA. Windows color (decimal): -4001264 or 1110722. OLE color: 1110722.

HSL color Cylindrical-coordinate representation of color #C2F210: hue angle of 72.74º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2F210 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 242 16 -
CMYK 0.20 0 0.93 0.05
HSL 72.74º 0.9% 0.51% -
HSV(B) 72.74º 0.93% 0.95% -
XYZ 54.09 75.01 12.12 -
YUV 201.88 23.1 122.38 -
System Red Green Blue C M Y K H S L
Decimal 194 242 16 0.20 0 0.93 0.05 72.74 0.9 0.51
Hex C2 F2 10 14 0 5D 5 49 5A 33
Octal 302 362 20 24 0 135 5 111 132 63
Binary 11000010 11110010 10000 10100 0 1011101 101 1001001 1011010 110011

Color Harmonies of #C2F210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F210

Black with #C2F210

Text Example


Text Example

White with #C2F210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F210; }

 p { color: rgb(194,242,16); }

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

background-color css

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

 a { background-color: rgb(194,242,16); }

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

border-color css

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

 span { border-color: rgb(194,242,16); }

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