Html Css Color HEX #25C249 Lime Green

📋 copy color: '#25C249'

red 37 ◦ green 194 ◦ blue 73

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

Shades of Lime Green #25C249

Tints of Lime Green #25C249

RGB

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

 GREEN value IS 194 (76.17% from 255) = 63.82%

 BLUE value IS 73 (28.91% from 255) = 24.01%

R = 12.17%
G = 63.82%
B = 24.01%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#25C249 (or 0x25C249) is known color: Lime Green. HEX triplet: 25, C2 and 49. RGB value is (37,194,73). Sum of RGB (Red+Green+Blue) = 37+194+73=304 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.17% from 304); Green value is 194 (76.17% from 255 or 63.82% from 304); Blue value is 73 (28.91% from 255 or 24.01% from 304); Max value from RGB is 194 - color contains mainly: green. Hex color #25C249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25C249 is #DA3DB6. Grayscale: #858585. Windows color (decimal): -14302647 or 4833829. OLE color: 4833829.

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

Color convert

RGB 37 194 73 -
CMYK 0.81 0 0.62 0.24
HSL 133.76º 0.68% 0.45% -
HSV(B) 133.76º 0.81% 0.76% -
XYZ 21.26 39.46 12.8 -
YUV 133.26 93.99 59.34 -
System Red Green Blue C M Y K H S L
Decimal 37 194 73 0.81 0 0.62 0.24 133.76 0.68 0.45
Hex 25 C2 49 51 0 3E 18 86 44 2D
Octal 45 302 111 121 0 76 30 206 104 55
Binary 100101 11000010 1001001 1010001 0 111110 11000 10000110 1000100 101101

Color Harmonies of #25C249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25C249

Black with #25C249

Text Example


Text Example

White with #25C249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,194,73); }

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

background-color css

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

 a { background-color: rgb(37,194,73); }

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

border-color css

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

 span { border-color: rgb(37,194,73); }

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