#3CFD3D

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

Shades of Lime Green #3CFD3D

Tints of Lime Green #3CFD3D

Color information

#3CFD3D (or 0x3CFD3D) is unknown color: approx Lime Green. HEX triplet: 3C, FD and 3D. RGB value is (60,253,61). Sum of RGB (Red+Green+Blue) = 60+253+61=374 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.04% from 374); Green value is 253 (99.22% from 255 or 67.65% from 374); Blue value is 61 (24.22% from 255 or 16.31% from 374); Max value from RGB is 253 - color contains mainly: green. Hex color #3CFD3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3CFD3D is #C302C2. Grayscale: #ADADAD. Windows color (decimal): -12780227 or 4062524. OLE color: 4062524.

HSL color Cylindrical-coordinate representation of color #3CFD3D: hue angle of 120.31º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CFD3D is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.

Color convert

RGB6025361-
CMYK0.7600.760.01
HSL120.31º97.97%61.37%-
HSV(B)120.31º76.28%99.22%-
XYZ37.8371.5516.23-
YUV173.464.5647.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.04%
GREEN value IS 253 (99.22% from 255) = 67.65%
BLUE value IS 61 (24.22% from 255) = 16.31%
R=16.04%
G=67.65%
B=16.31%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal60253610.7600.760.01120.3197.9761.37
Hex3CFD3D4C04C178623d
Octal74375751140114117014275
Binary11110011111101111101100110001001100111110001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CFD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,253,61); }

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

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

 a { background-color: rgb(60,253,61); }

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

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

 span { border-color: rgb(60,253,61); }

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