Html Css Color HEX #25D148 Lime Green

📋 copy color: '#25D148'

red 37 ◦ green 209 ◦ blue 72

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

Shades of Lime Green #25D148

Tints of Lime Green #25D148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.64%

R = 11.64%
G = 65.72%
B = 22.64%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#25D148 (or 0x25D148) is known color: Lime Green. HEX triplet: 25, D1 and 48. RGB value is (37,209,72). Sum of RGB (Red+Green+Blue) = 37+209+72=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 209 (82.03% from 255 or 65.72% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 209 - color contains mainly: green. Hex color #25D148 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D148 is #DA2EB7. Grayscale: #8E8E8E. Windows color (decimal): -14298808 or 4772133. OLE color: 4772133.

HSL color Cylindrical-coordinate representation of color #25D148: hue angle of 132.21º 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 #25D148 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 37 209 72 -
CMYK 0.82 0 0.66 0.18
HSL 132.21º 0.7% 0.48% -
HSV(B) 132.21º 0.82% 0.82% -
XYZ 24.73 46.46 13.8 -
YUV 141.95 88.52 53.14 -
System Red Green Blue C M Y K H S L
Decimal 37 209 72 0.82 0 0.66 0.18 132.21 0.7 0.48
Hex 25 D1 48 52 0 42 12 84 46 30
Octal 45 321 110 122 0 102 22 204 106 60
Binary 100101 11010001 1001000 1010010 0 1000010 10010 10000100 1000110 110000

Color Harmonies of #25D148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D148

Black with #25D148

Text Example


Text Example

White with #25D148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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