#C3F311

Color #C3F311 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #C3F311

Tints of Electric Lime #C3F311

Color information

#C3F311 (or 0xC3F311) is unknown color: approx Electric Lime. HEX triplet: C3, F3 and 11. RGB value is (195,243,17). Sum of RGB (Red+Green+Blue) = 195+243+17=455 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.86% from 455); Green value is 243 (95.31% from 255 or 53.41% from 455); Blue value is 17 (7.03% from 255 or 3.74% from 455); Max value from RGB is 243 - color contains mainly: green. Hex color #C3F311 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F311 is #3C0CEE. Grayscale: #CBCBCB. Windows color (decimal): -3935471 or 1176515. OLE color: 1176515.

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

Color convert

RGB19524317-
CMYK0.2000.930.05
HSL72.74º90.4%50.98%-
HSV(B)72.74º93%95.29%-
XYZ54.6675.7412.27-
YUV202.8823.1122.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.86%
GREEN value IS 243 (95.31% from 255) = 53.41%
BLUE value IS 17 (7.03% from 255) = 3.74%
R=42.86%
G=53.41%
B=3.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal195243170.2000.930.0572.7490.450.98
HexC3F3111405D5495a33
Octal30336321240135511113263
Binary110000111111001110001101000101110110110010011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F311; }

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

 H1.HeaderClassName
 {
   color: #C3F311;
 }
 .AnyTagClassName
 {
   color: #C3F311;
 }
</style>
background-color css

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

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

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

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

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

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