#25DC38

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

Shades of Lime Green #25DC38

Tints of Lime Green #25DC38

Color information

#25DC38 (or 0x25DC38) is unknown color: approx Lime Green. HEX triplet: 25, DC and 38. RGB value is (37,220,56). Sum of RGB (Red+Green+Blue) = 37+220+56=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 220 (86.33% from 255 or 70.29% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 220 - color contains mainly: green. Hex color #25DC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DC38 is #DA23C7. Grayscale: #939393. Windows color (decimal): -14296008 or 3726373. OLE color: 3726373.

HSL color Cylindrical-coordinate representation of color #25DC38: hue angle of 126.23º 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 #25DC38 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB3722056-
CMYK0.8300.750.14
HSL126.23º72.33%50.39%-
HSV(B)126.23º83.18%86.27%-
XYZ27.0751.8712.33-
YUV146.5976.8749.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.82%
GREEN value IS 220 (86.33% from 255) = 70.29%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=11.82%
G=70.29%
B=17.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal37220560.8300.750.14126.2372.3350.39
Hex25DC385304BE7e4832
Octal453347012301131617611062
Binary10010111011100111000101001101001011111011111101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25DC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25DC38; }

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

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

<style>
 a { background-color: #25DC38; }

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

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

<style>
 span { border-color: #25DC38; }

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

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