#3DE850

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

Shades of Lime Green #3DE850

Tints of Lime Green #3DE850

Color information

#3DE850 (or 0x3DE850) is unknown color: approx Lime Green. HEX triplet: 3D, E8 and 50. RGB value is (61,232,80). Sum of RGB (Red+Green+Blue) = 61+232+80=373 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.35% from 373); Green value is 232 (91.02% from 255 or 62.20% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 232 - color contains mainly: green. Hex color #3DE850 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3DE850 is #C217AF. Grayscale: #A3A3A3. Windows color (decimal): -12720048 or 5302333. OLE color: 5302333.

HSL color Cylindrical-coordinate representation of color #3DE850: hue angle of 126.67º degrees, saturation: 0.79, 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 #3DE850 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB6123280-
CMYK0.7400.660.09
HSL126.67º78.8%57.45%-
HSV(B)126.67º73.71%90.98%-
XYZ32.2359.2817.33-
YUV163.5480.8554.86-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.35%
GREEN value IS 232 (91.02% from 255) = 62.20%
BLUE value IS 80 (31.64% from 255) = 21.45%
R=16.35%
G=62.20%
B=21.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal61232800.7400.660.09126.6778.857.45
Hex3DE8504A04297f4f39
Octal7535012011201021117711771
Binary111101111010001010000100101001000010100111111111001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DE850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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