Html Css Color HEX #25D131 Lime Green

📋 copy color: '#25D131'

red 37 ◦ green 209 ◦ blue 49

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

Shades of Lime Green #25D131

Tints of Lime Green #25D131

RGB

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

 GREEN value IS 209 (82.03% from 255) = 70.85%

 BLUE value IS 49 (19.53% from 255) = 16.61%

R = 12.54%
G = 70.85%
B = 16.61%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#25D131 (or 0x25D131) is known color: Lime Green. HEX triplet: 25, D1 and 31. RGB value is (37,209,49). Sum of RGB (Red+Green+Blue) = 37+209+49=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 209 (82.03% from 255 or 70.85% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 209 - color contains mainly: green. Hex color #25D131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D131 is #DA2ECE. Grayscale: #8B8B8B. Windows color (decimal): -14298831 or 3264805. OLE color: 3264805.

HSL color Cylindrical-coordinate representation of color #25D131: hue angle of 124.19º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D131 is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 37 209 49 -
CMYK 0.82 0 0.77 0.18
HSL 124.19º 0.7% 0.48% -
HSV(B) 124.19º 0.82% 0.82% -
XYZ 24.12 46.22 10.56 -
YUV 139.33 77.02 55.01 -
System Red Green Blue C M Y K H S L
Decimal 37 209 49 0.82 0 0.77 0.18 124.19 0.7 0.48
Hex 25 D1 31 52 0 4D 12 7C 46 30
Octal 45 321 61 122 0 115 22 174 106 60
Binary 100101 11010001 110001 1010010 0 1001101 10010 1111100 1000110 110000

Color Harmonies of #25D131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D131

Black with #25D131

Text Example


Text Example

White with #25D131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,209,49); }

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

background-color css

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

 a { background-color: rgb(37,209,49); }

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

border-color css

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

 span { border-color: rgb(37,209,49); }

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