#3FDC34

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

Shades of Lime Green #3FDC34

Tints of Lime Green #3FDC34

Color information

#3FDC34 (or 0x3FDC34) is unknown color: approx Lime Green. HEX triplet: 3F, DC and 34. RGB value is (63,220,52). Sum of RGB (Red+Green+Blue) = 63+220+52=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 220 (86.33% from 255 or 65.67% from 335); Blue value is 52 (20.70% from 255 or 15.52% from 335); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDC34 is #C023CB. Grayscale: #9A9A9A. Windows color (decimal): -12592076 or 3464255. OLE color: 3464255.

HSL color Cylindrical-coordinate representation of color #3FDC34: hue angle of 116.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FDC34 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB6322052-
CMYK0.7100.760.14
HSL116.07º70.59%53.33%-
HSV(B)116.07º76.36%86.27%-
XYZ28.2652.4911.89-
YUV153.970.4963.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.81%
GREEN value IS 220 (86.33% from 255) = 65.67%
BLUE value IS 52 (20.70% from 255) = 15.52%
R=18.81%
G=65.67%
B=15.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal63220520.7100.760.14116.0770.5953.33
Hex3FDC344704CE744735
Octal773346410701141616410765
Binary11111111011100110100100011101001100111011101001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FDC34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FDC34; }

 p { color: rgb(63,220,52); }

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

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

 a { background-color: rgb(63,220,52); }

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

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

 span { border-color: rgb(63,220,52); }

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