Html Css Color HEX #25CC48 Lime Green

📋 copy color: '#25CC48'

red 37 ◦ green 204 ◦ blue 72

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

Shades of Lime Green #25CC48

Tints of Lime Green #25CC48

RGB

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

 GREEN value IS 204 (80.08% from 255) = 65.18%

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

R = 11.82%
G = 65.18%
B = 23%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#25CC48 (or 0x25CC48) is known color: Lime Green. HEX triplet: 25, CC and 48. RGB value is (37,204,72). Sum of RGB (Red+Green+Blue) = 37+204+72=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 204 (80.08% from 255 or 65.18% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 204 - color contains mainly: green. Hex color #25CC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25CC48 is #DA33B7. Grayscale: #8B8B8B. Windows color (decimal): -14300088 or 4770853. OLE color: 4770853.

HSL color Cylindrical-coordinate representation of color #25CC48: hue angle of 132.57º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CC48 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 37 204 72 -
CMYK 0.82 0 0.65 0.2
HSL 132.57º 0.69% 0.47% -
HSV(B) 132.57º 0.82% 0.8% -
XYZ 23.53 44.05 13.39 -
YUV 139.02 90.17 55.23 -
System Red Green Blue C M Y K H S L
Decimal 37 204 72 0.82 0 0.65 0.2 132.57 0.69 0.47
Hex 25 CC 48 52 0 41 14 85 45 2F
Octal 45 314 110 122 0 101 24 205 105 57
Binary 100101 11001100 1001000 1010010 0 1000001 10100 10000101 1000101 101111

Color Harmonies of #25CC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25CC48

Black with #25CC48

Text Example


Text Example

White with #25CC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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