Html Css Color HEX #25D620 Lime Green

📋 copy color: '#25D620'

red 37 ◦ green 214 ◦ blue 32

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

Shades of Lime Green #25D620

Tints of Lime Green #25D620

RGB

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

 GREEN value IS 214 (83.98% from 255) = 75.62%

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

R = 13.07%
G = 75.62%
B = 11.31%

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

#25D620 (or 0x25D620) is known color: Lime Green. HEX triplet: 25, D6 and 20. RGB value is (37,214,32). Sum of RGB (Red+Green+Blue) = 37+214+32=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 214 (83.98% from 255 or 75.62% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 214 - color contains mainly: green. Hex color #25D620 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D620 is #DA29DF. Grayscale: #8C8C8C. Windows color (decimal): -14297568 or 2151973. OLE color: 2151973.

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

Color convert

RGB 37 214 32 -
CMYK 0.83 0 0.85 0.16
HSL 118.35º 0.74% 0.48% -
HSV(B) 118.35º 0.85% 0.84% -
XYZ 25.07 48.59 9.42 -
YUV 140.33 66.86 54.3 -
System Red Green Blue C M Y K H S L
Decimal 37 214 32 0.83 0 0.85 0.16 118.35 0.74 0.48
Hex 25 D6 20 53 0 55 10 76 4A 30
Octal 45 326 40 123 0 125 20 166 112 60
Binary 100101 11010110 100000 1010011 0 1010101 10000 1110110 1001010 110000

Color Harmonies of #25D620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D620

Black with #25D620

Text Example


Text Example

White with #25D620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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