Html Css Color HEX #25BA47 Lime Green

📋 copy color: '#25BA47'

red 37 ◦ green 186 ◦ blue 71

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

Shades of Lime Green #25BA47

Tints of Lime Green #25BA47

RGB

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

 GREEN value IS 186 (73.05% from 255) = 63.27%

 BLUE value IS 71 (28.13% from 255) = 24.15%

R = 12.59%
G = 63.27%
B = 24.15%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#25BA47 (or 0x25BA47) is known color: Lime Green. HEX triplet: 25, BA and 47. RGB value is (37,186,71). Sum of RGB (Red+Green+Blue) = 37+186+71=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BA47 is #DA45B8. Grayscale: #808080. Windows color (decimal): -14304697 or 4700709. OLE color: 4700709.

HSL color Cylindrical-coordinate representation of color #25BA47: hue angle of 133.69º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25BA47 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 37 186 71 -
CMYK 0.80 0 0.62 0.27
HSL 133.69º 0.67% 0.44% -
HSV(B) 133.69º 0.8% 0.73% -
XYZ 19.46 35.97 11.88 -
YUV 128.34 95.64 62.85 -
System Red Green Blue C M Y K H S L
Decimal 37 186 71 0.80 0 0.62 0.27 133.69 0.67 0.44
Hex 25 BA 47 50 0 3E 1B 86 43 2C
Octal 45 272 107 120 0 76 33 206 103 54
Binary 100101 10111010 1000111 1010000 0 111110 11011 10000110 1000011 101100

Color Harmonies of #25BA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BA47

Black with #25BA47

Text Example


Text Example

White with #25BA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,186,71); }

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

background-color css

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

 a { background-color: rgb(37,186,71); }

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

border-color css

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

 span { border-color: rgb(37,186,71); }

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