#3DE952

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

Shades of Lime Green #3DE952

Tints of Lime Green #3DE952

Color information

#3DE952 (or 0x3DE952) is unknown color: approx Lime Green. HEX triplet: 3D, E9 and 52. RGB value is (61,233,82). Sum of RGB (Red+Green+Blue) = 61+233+82=376 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.22% from 376); Green value is 233 (91.41% from 255 or 61.97% from 376); Blue value is 82 (32.42% from 255 or 21.81% from 376); Max value from RGB is 233 - color contains mainly: green. Hex color #3DE952 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DE952 is #C216AD. Grayscale: #A4A4A4. Windows color (decimal): -12719790 or 5433661. OLE color: 5433661.

HSL color Cylindrical-coordinate representation of color #3DE952: hue angle of 127.33º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DE952 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB6123382-
CMYK0.7400.650.09
HSL127.33º79.63%57.65%-
HSV(B)127.33º73.82%91.37%-
XYZ32.5959.8817.82-
YUV164.3681.5254.28-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.22%
GREEN value IS 233 (91.41% from 255) = 61.97%
BLUE value IS 82 (32.42% from 255) = 21.81%
R=16.22%
G=61.97%
B=21.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal61233820.7400.650.09127.3379.6357.65
Hex3DE9524A04197f503a
Octal7535112211201011117712072
Binary111101111010011010010100101001000001100111111111010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,233,82); }

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

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

 a { background-color: rgb(61,233,82); }

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

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

 span { border-color: rgb(61,233,82); }

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