#3de042

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

Shades of Lime Green #3DE042

Tints of Lime Green #3DE042

Color information

#3DE042 (or 0x3DE042) is unknown color: approx Lime Green. HEX triplet: 3D, E0 and 42. RGB value is (61,224,66). Sum of RGB (Red+Green+Blue) = 61+224+66=351 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.38% from 351); Green value is 224 (87.89% from 255 or 63.82% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 224 - color contains mainly: green. Hex color #3DE042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DE042 is #C21FBD. Grayscale: #9D9D9D. Windows color (decimal): -12722110 or 4382781. OLE color: 4382781.

HSL color Cylindrical-coordinate representation of color #3DE042: hue angle of 121.84º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DE042 is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB6122466-
CMYK0.7300.710.12
HSL121.84º72.44%55.88%-
HSV(B)121.84º72.77%87.84%-
XYZ29.5654.714.15-
YUV157.2576.559.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.38%
GREEN value IS 224 (87.89% from 255) = 63.82%
BLUE value IS 66 (26.17% from 255) = 18.80%
R=17.38%
G=63.82%
B=18.80%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal61224660.7300.710.12121.8472.4455.88
Hex3DE04249047C7a4838
Octal7534010211101071417211070
Binary111101111000001000010100100101000111110011110101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3de042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,224,66); }

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

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

 a { background-color: rgb(61,224,66); }

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

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

 span { border-color: rgb(61,224,66); }

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