Html Css Color HEX #25B13F Lime Green

📋 copy color: '#25B13F'

red 37 ◦ green 177 ◦ blue 63

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

Shades of Lime Green #25B13F

Tints of Lime Green #25B13F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 63.9%

 BLUE value IS 63 (25% from 255) = 22.74%

R = 13.36%
G = 63.9%
B = 22.74%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#25B13F (or 0x25B13F) is known color: Lime Green. HEX triplet: 25, B1 and 3F. RGB value is (37,177,63). Sum of RGB (Red+Green+Blue) = 37+177+63=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 177 (69.53% from 255 or 63.90% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 177 - color contains mainly: green. Hex color #25B13F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #25B13F is #DA4EC0. Grayscale: #7A7A7A. Windows color (decimal): -14307009 or 4174117. OLE color: 4174117.

HSL color Cylindrical-coordinate representation of color #25B13F: hue angle of 131.14º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #25B13F is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 37 177 63 -
CMYK 0.79 0 0.64 0.31
HSL 131.14º 0.65% 0.42% -
HSV(B) 131.14º 0.79% 0.69% -
XYZ 17.38 32.2 10 -
YUV 122.14 94.62 67.27 -
System Red Green Blue C M Y K H S L
Decimal 37 177 63 0.79 0 0.64 0.31 131.14 0.65 0.42
Hex 25 B1 3F 4F 0 40 1F 83 41 2A
Octal 45 261 77 117 0 100 37 203 101 52
Binary 100101 10110001 111111 1001111 0 1000000 11111 10000011 1000001 101010

Color Harmonies of #25B13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B13F

Black with #25B13F

Text Example


Text Example

White with #25B13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,177,63); }

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

background-color css

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

 a { background-color: rgb(37,177,63); }

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

border-color css

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

 span { border-color: rgb(37,177,63); }

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