Html Css Color HEX #25C520 Lime Green

📋 copy color: '#25C520'

red 37 ◦ green 197 ◦ blue 32

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

Shades of Lime Green #25C520

Tints of Lime Green #25C520

RGB

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

 GREEN value IS 197 (77.34% from 255) = 74.06%

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

R = 13.91%
G = 74.06%
B = 12.03%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#25C520 (or 0x25C520) is known color: Lime Green. HEX triplet: 25, C5 and 20. RGB value is (37,197,32). Sum of RGB (Red+Green+Blue) = 37+197+32=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 197 (77.34% from 255 or 74.06% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 197 - color contains mainly: green. Hex color #25C520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C520 is #DA3ADF. Grayscale: #828282. Windows color (decimal): -14301920 or 2147621. OLE color: 2147621.

HSL color Cylindrical-coordinate representation of color #25C520: hue angle of 118.18º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25C520 is Cyan = 0.81, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 37 197 32 -
CMYK 0.81 0 0.84 0.23
HSL 118.18º 0.72% 0.45% -
HSV(B) 118.18º 0.84% 0.77% -
XYZ 20.99 40.43 8.06 -
YUV 130.35 72.49 61.42 -
System Red Green Blue C M Y K H S L
Decimal 37 197 32 0.81 0 0.84 0.23 118.18 0.72 0.45
Hex 25 C5 20 51 0 54 17 76 48 2D
Octal 45 305 40 121 0 124 27 166 110 55
Binary 100101 11000101 100000 1010001 0 1010100 10111 1110110 1001000 101101

Color Harmonies of #25C520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C520

Black with #25C520

Text Example


Text Example

White with #25C520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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