#3DE928

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

Shades of Lime Green #3DE928

Tints of Lime Green #3DE928

Color information

#3DE928 (or 0x3DE928) is unknown color: approx Lime Green. HEX triplet: 3D, E9 and 28. RGB value is (61,233,40). Sum of RGB (Red+Green+Blue) = 61+233+40=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 233 (91.41% from 255 or 69.76% from 334); Blue value is 40 (16.02% from 255 or 11.98% from 334); Max value from RGB is 233 - color contains mainly: green. Hex color #3DE928 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3DE928 is #C216D7. Grayscale: #A0A0A0. Windows color (decimal): -12719832 or 2681149. OLE color: 2681149.

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

Color convert

RGB6123340-
CMYK0.7400.830.09
HSL113.47º81.43%53.53%-
HSV(B)113.47º82.83%91.37%-
XYZ31.4559.4211.82-
YUV159.5760.5257.69-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.26%
GREEN value IS 233 (91.41% from 255) = 69.76%
BLUE value IS 40 (16.02% from 255) = 11.98%
R=18.26%
G=69.76%
B=11.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal61233400.7400.830.09113.4781.4353.53
Hex3DE9284A0539715136
Octal753515011201231116112166
Binary11110111101001101000100101001010011100111100011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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