Html Css Color HEX #25D048 Lime Green

📋 copy color: '#25D048'

red 37 ◦ green 208 ◦ blue 72

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

Shades of Lime Green #25D048

Tints of Lime Green #25D048

RGB

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

 GREEN value IS 208 (81.64% from 255) = 65.62%

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

R = 11.67%
G = 65.62%
B = 22.71%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#25D048 (or 0x25D048) is known color: Lime Green. HEX triplet: 25, D0 and 48. RGB value is (37,208,72). Sum of RGB (Red+Green+Blue) = 37+208+72=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 208 (81.64% from 255 or 65.62% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 208 - color contains mainly: green. Hex color #25D048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D048 is #DA2FB7. Grayscale: #8D8D8D. Windows color (decimal): -14299064 or 4771877. OLE color: 4771877.

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

Color convert

RGB 37 208 72 -
CMYK 0.82 0 0.65 0.18
HSL 132.28º 0.7% 0.48% -
HSV(B) 132.28º 0.82% 0.82% -
XYZ 24.49 45.97 13.71 -
YUV 141.37 88.85 53.56 -
System Red Green Blue C M Y K H S L
Decimal 37 208 72 0.82 0 0.65 0.18 132.28 0.7 0.48
Hex 25 D0 48 52 0 41 12 84 46 30
Octal 45 320 110 122 0 101 22 204 106 60
Binary 100101 11010000 1001000 1010010 0 1000001 10010 10000100 1000110 110000

Color Harmonies of #25D048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D048

Black with #25D048

Text Example


Text Example

White with #25D048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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