#3DEE3A

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

Shades of Lime Green #3DEE3A

Tints of Lime Green #3DEE3A

Color information

#3DEE3A (or 0x3DEE3A) is unknown color: approx Lime Green. HEX triplet: 3D, EE and 3A. RGB value is (61,238,58). Sum of RGB (Red+Green+Blue) = 61+238+58=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 238 (93.36% from 255 or 66.67% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEE3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DEE3A is #C211C5. Grayscale: #A5A5A5. Windows color (decimal): -12718534 or 3862077. OLE color: 3862077.

HSL color Cylindrical-coordinate representation of color #3DEE3A: hue angle of 119º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DEE3A is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB6123858-
CMYK0.7400.760.07
HSL119º84.11%58.04%-
HSV(B)119º75.63%93.33%-
XYZ33.2662.4514.3-
YUV164.5667.8654.14-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.09%
GREEN value IS 238 (93.36% from 255) = 66.67%
BLUE value IS 58 (23.05% from 255) = 16.25%
R=17.09%
G=66.67%
B=16.25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal61238580.7400.760.0711984.1158.04
Hex3DEE3A4A04C777543a
Octal75356721120114716712472
Binary1111011110111011101010010100100110011111101111010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DEE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,238,58); }

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

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

 a { background-color: rgb(61,238,58); }

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

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

 span { border-color: rgb(61,238,58); }

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