#3ADC25

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

Shades of Lime Green #3ADC25

Tints of Lime Green #3ADC25

Color information

#3ADC25 (or 0x3ADC25) is unknown color: approx Lime Green. HEX triplet: 3A, DC and 25. RGB value is (58,220,37). Sum of RGB (Red+Green+Blue) = 58+220+37=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 220 (86.33% from 255 or 69.84% from 315); Blue value is 37 (14.84% from 255 or 11.75% from 315); Max value from RGB is 220 - color contains mainly: green. Hex color #3ADC25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ADC25 is #C523DA. Grayscale: #979797. Windows color (decimal): -12919771 or 2481210. OLE color: 2481210.

HSL color Cylindrical-coordinate representation of color #3ADC25: hue angle of 113.11º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3ADC25 is Cyan = 0.74, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB5822037-
CMYK0.7400.830.14
HSL113.11º72.33%50.39%-
HSV(B)113.11º83.18%86.27%-
XYZ27.6752.2210.37-
YUV150.763.8361.88-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.41%
GREEN value IS 220 (86.33% from 255) = 69.84%
BLUE value IS 37 (14.84% from 255) = 11.75%
R=18.41%
G=69.84%
B=11.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal58220370.7400.830.14113.1172.3350.39
Hex3ADC254A053E714832
Octal723344511201231616111062
Binary11101011011100100101100101001010011111011100011001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ADC25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,220,37); }

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

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

 a { background-color: rgb(58,220,37); }

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

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

 span { border-color: rgb(58,220,37); }

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