Html Css Color HEX #25B53F Lime Green

📋 copy color: '#25B53F'

red 37 ◦ green 181 ◦ blue 63

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

Shades of Lime Green #25B53F

Tints of Lime Green #25B53F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 64.41%

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

R = 13.17%
G = 64.41%
B = 22.42%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#25B53F (or 0x25B53F) is known color: Lime Green. HEX triplet: 25, B5 and 3F. RGB value is (37,181,63). Sum of RGB (Red+Green+Blue) = 37+181+63=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 181 (71.09% from 255 or 64.41% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 181 - color contains mainly: green. Hex color #25B53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B53F is #DA4AC0. Grayscale: #7C7C7C. Windows color (decimal): -14305985 or 4175141. OLE color: 4175141.

HSL color Cylindrical-coordinate representation of color #25B53F: hue angle of 130.83º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B53F is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 37 181 63 -
CMYK 0.80 0 0.65 0.29
HSL 130.83º 0.66% 0.43% -
HSV(B) 130.83º 0.8% 0.71% -
XYZ 18.18 33.8 10.27 -
YUV 124.49 93.29 65.59 -
System Red Green Blue C M Y K H S L
Decimal 37 181 63 0.80 0 0.65 0.29 130.83 0.66 0.43
Hex 25 B5 3F 50 0 41 1D 83 42 2B
Octal 45 265 77 120 0 101 35 203 102 53
Binary 100101 10110101 111111 1010000 0 1000001 11101 10000011 1000010 101011

Color Harmonies of #25B53F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25B53F

Black with #25B53F

Text Example


Text Example

White with #25B53F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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