#3DE750

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

Shades of Lime Green #3DE750

Tints of Lime Green #3DE750

Color information

#3DE750 (or 0x3DE750) is unknown color: approx Lime Green. HEX triplet: 3D, E7 and 50. RGB value is (61,231,80). Sum of RGB (Red+Green+Blue) = 61+231+80=372 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.40% from 372); Green value is 231 (90.62% from 255 or 62.10% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 231 - color contains mainly: green. Hex color #3DE750 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DE750 is #C218AF. Grayscale: #A3A3A3. Windows color (decimal): -12720304 or 5302077. OLE color: 5302077.

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

Color convert

RGB6123180-
CMYK0.7400.650.09
HSL126.71º77.98%57.25%-
HSV(B)126.71º73.59%90.59%-
XYZ31.9558.7217.24-
YUV162.9681.1855.28-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.40%
GREEN value IS 231 (90.62% from 255) = 62.10%
BLUE value IS 80 (31.64% from 255) = 21.51%
R=16.40%
G=62.10%
B=21.51%

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
Decimal61231800.7400.650.09126.7177.9857.25
Hex3DE7504A04197f4e39
Octal7534712011201011117711671
Binary111101111001111010000100101001000001100111111111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,231,80); }

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

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

 a { background-color: rgb(61,231,80); }

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

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

 span { border-color: rgb(61,231,80); }

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