Html Css Color HEX #25C048 Lime Green

📋 copy color: '#25C048'

red 37 ◦ green 192 ◦ blue 72

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

Shades of Lime Green #25C048

Tints of Lime Green #25C048

RGB

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

 GREEN value IS 192 (75.39% from 255) = 63.79%

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

R = 12.29%
G = 63.79%
B = 23.92%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#25C048 (or 0x25C048) is known color: Lime Green. HEX triplet: 25, C0 and 48. RGB value is (37,192,72). Sum of RGB (Red+Green+Blue) = 37+192+72=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 192 (75.39% from 255 or 63.79% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 192 - color contains mainly: green. Hex color #25C048 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C048 is #DA3FB7. Grayscale: #848484. Windows color (decimal): -14303160 or 4767781. OLE color: 4767781.

HSL color Cylindrical-coordinate representation of color #25C048: hue angle of 133.55º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #25C048 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 192 72 -
CMYK 0.81 0 0.63 0.25
HSL 133.55º 0.68% 0.45% -
HSV(B) 133.55º 0.81% 0.75% -
XYZ 20.78 38.56 12.48 -
YUV 131.98 94.15 60.26 -
System Red Green Blue C M Y K H S L
Decimal 37 192 72 0.81 0 0.63 0.25 133.55 0.68 0.45
Hex 25 C0 48 51 0 3F 19 86 44 2D
Octal 45 300 110 121 0 77 31 206 104 55
Binary 100101 11000000 1001000 1010001 0 111111 11001 10000110 1000100 101101

Color Harmonies of #25C048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C048

Black with #25C048

Text Example


Text Example

White with #25C048

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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