Html Css Color HEX #C3F211 Electric Lime

📋 copy color: '#C3F211'

red 195 ◦ green 242 ◦ blue 17

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

Shades of Electric Lime #C3F211

Tints of Electric Lime #C3F211

RGB

 RED value IS 195 (76.56% from 255) = 42.95%

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

 BLUE value IS 17 (7.03% from 255) = 3.74%

R = 42.95%
G = 53.3%
B = 3.74%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#C3F211 (or 0xC3F211) is known color: Electric Lime. HEX triplet: C3, F2 and 11. RGB value is (195,242,17). Sum of RGB (Red+Green+Blue) = 195+242+17=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 242 (94.92% from 255 or 53.30% from 454); Blue value is 17 (7.03% from 255 or 3.74% from 454); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F211 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F211 is #3C0DEE. Grayscale: #CBCBCB. Windows color (decimal): -3935727 or 1176259. OLE color: 1176259.

HSL color Cylindrical-coordinate representation of color #C3F211: hue angle of 72.53º 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 #C3F211 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 242 17 -
CMYK 0.19 0 0.93 0.05
HSL 72.53º 0.9% 0.51% -
HSV(B) 72.53º 0.93% 0.95% -
XYZ 54.36 75.15 12.17 -
YUV 202.3 23.43 122.8 -
System Red Green Blue C M Y K H S L
Decimal 195 242 17 0.19 0 0.93 0.05 72.53 0.9 0.51
Hex C3 F2 11 13 0 5D 5 49 5A 33
Octal 303 362 21 23 0 135 5 111 132 63
Binary 11000011 11110010 10001 10011 0 1011101 101 1001001 1011010 110011

Color Harmonies of #C3F211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3F211

Black with #C3F211

Text Example


Text Example

White with #C3F211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3F211; }

 p { color: rgb(195,242,17); }

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

background-color css

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

 a { background-color: rgb(195,242,17); }

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

border-color css

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

 span { border-color: rgb(195,242,17); }

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