Html Css Color HEX #25BF13 Lime Green

📋 copy color: '#25BF13'

red 37 ◦ green 191 ◦ blue 19

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

Shades of Lime Green #25BF13

Tints of Lime Green #25BF13

RGB

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

 GREEN value IS 191 (75% from 255) = 77.33%

 BLUE value IS 19 (7.81% from 255) = 7.69%

R = 14.98%
G = 77.33%
B = 7.69%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#25BF13 (or 0x25BF13) is known color: Lime Green. HEX triplet: 25, BF and 13. RGB value is (37,191,19). Sum of RGB (Red+Green+Blue) = 37+191+19=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 191 (75% from 255 or 77.33% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 191 - color contains mainly: green. Hex color #25BF13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25BF13 is #DA40EC. Grayscale: #7D7D7D. Windows color (decimal): -14303469 or 1294117. OLE color: 1294117.

HSL color Cylindrical-coordinate representation of color #25BF13: hue angle of 113.72º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25BF13 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 191 19 -
CMYK 0.81 0 0.90 0.25
HSL 113.72º 0.82% 0.41% -
HSV(B) 113.72º 0.9% 0.75% -
XYZ 19.51 37.7 6.86 -
YUV 125.35 67.98 64.99 -
System Red Green Blue C M Y K H S L
Decimal 37 191 19 0.81 0 0.90 0.25 113.72 0.82 0.41
Hex 25 BF 13 51 0 5A 19 72 52 29
Octal 45 277 23 121 0 132 31 162 122 51
Binary 100101 10111111 10011 1010001 0 1011010 11001 1110010 1010010 101001

Color Harmonies of #25BF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BF13

Black with #25BF13

Text Example


Text Example

White with #25BF13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,191,19); }

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

background-color css

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

 a { background-color: rgb(37,191,19); }

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

border-color css

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

 span { border-color: rgb(37,191,19); }

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