Html Css Color HEX #25D720 Lime Green

📋 copy color: '#25D720'

red 37 ◦ green 215 ◦ blue 32

#25D720
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #25D720

Tints of Lime Green #25D720

RGB

 RED value IS 37 (14.84% from 255) = 13.03%

 GREEN value IS 215 (84.38% from 255) = 75.7%

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 13.03%
G = 75.7%
B = 11.27%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#25D720 (or 0x25D720) is known color: Lime Green. HEX triplet: 25, D7 and 20. RGB value is (37,215,32). Sum of RGB (Red+Green+Blue) = 37+215+32=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 215 (84.38% from 255 or 75.70% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 215 - color contains mainly: green. Hex color #25D720 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D720 is #DA28DF. Grayscale: #8D8D8D. Windows color (decimal): -14297312 or 2152229. OLE color: 2152229.

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

Color convert

RGB 37 215 32 -
CMYK 0.83 0 0.85 0.16
HSL 118.36º 0.74% 0.48% -
HSV(B) 118.36º 0.85% 0.84% -
XYZ 25.32 49.1 9.51 -
YUV 140.92 66.53 53.88 -
System Red Green Blue C M Y K H S L
Decimal 37 215 32 0.83 0 0.85 0.16 118.36 0.74 0.48
Hex 25 D7 20 53 0 55 10 76 4A 30
Octal 45 327 40 123 0 125 20 166 112 60
Binary 100101 11010111 100000 1010011 0 1010101 10000 1110110 1001010 110000

Color Harmonies of #25D720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D720

Black with #25D720

Text Example


Text Example

White with #25D720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,215,32); }

 H1.HeaderClassName
 {
   color: #25D720;
 }
 .AnyTagClassName
 {
   color: #25D720;
 }
</style>

background-color css

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

 a { background-color: rgb(37,215,32); }

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

border-color css

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

 span { border-color: rgb(37,215,32); }

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