#3DE143

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

Shades of Lime Green #3DE143

Tints of Lime Green #3DE143

Color information

#3DE143 (or 0x3DE143) is unknown color: approx Lime Green. HEX triplet: 3D, E1 and 43. RGB value is (61,225,67). Sum of RGB (Red+Green+Blue) = 61+225+67=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 225 (88.28% from 255 or 63.74% from 353); Blue value is 67 (26.56% from 255 or 18.98% from 353); Max value from RGB is 225 - color contains mainly: green. Hex color #3DE143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DE143 is #C21EBC. Grayscale: #9E9E9E. Windows color (decimal): -12721853 or 4448573. OLE color: 4448573.

HSL color Cylindrical-coordinate representation of color #3DE143: hue angle of 122.2º degrees, saturation: 0.73, 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 #3DE143 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB6122567-
CMYK0.7300.700.12
HSL122.2º73.21%56.08%-
HSV(B)122.2º72.89%88.24%-
XYZ29.8655.2514.4-
YUV157.9576.6758.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.28%
GREEN value IS 225 (88.28% from 255) = 63.74%
BLUE value IS 67 (26.56% from 255) = 18.98%
R=17.28%
G=63.74%
B=18.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal61225670.7300.700.12122.273.2156.08
Hex3DE14349046C7a4938
Octal7534110311101061417211170
Binary111101111000011000011100100101000110110011110101001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,225,67); }

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

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

 a { background-color: rgb(61,225,67); }

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

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

 span { border-color: rgb(61,225,67); }

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