#25D838

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

Shades of Lime Green #25D838

Tints of Lime Green #25D838

Color information

#25D838 (or 0x25D838) is unknown color: approx Lime Green. HEX triplet: 25, D8 and 38. RGB value is (37,216,56). Sum of RGB (Red+Green+Blue) = 37+216+56=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 216 (84.77% from 255 or 69.90% from 309); Blue value is 56 (22.27% from 255 or 18.12% from 309); Max value from RGB is 216 - color contains mainly: green. Hex color #25D838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D838 is #DA27C7. Grayscale: #909090. Windows color (decimal): -14297032 or 3725349. OLE color: 3725349.

HSL color Cylindrical-coordinate representation of color #25D838: hue angle of 126.37º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D838 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB3721656-
CMYK0.8300.740.15
HSL126.37º70.75%49.61%-
HSV(B)126.37º82.87%84.71%-
XYZ26.0349.7911.98-
YUV144.2478.251.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 11.97%
GREEN value IS 216 (84.77% from 255) = 69.90%
BLUE value IS 56 (22.27% from 255) = 18.12%
R=11.97%
G=69.90%
B=18.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal37216560.8300.740.15126.3770.7549.61
Hex25D8385304AF7e4732
Octal453307012301121717610762
Binary10010111011000111000101001101001010111111111101000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25D838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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