Html Css Color HEX #25BF16 Lime Green

📋 copy color: '#25BF16'

red 37 ◦ green 191 ◦ blue 22

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

Shades of Lime Green #25BF16

Tints of Lime Green #25BF16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.8%

R = 14.8%
G = 76.4%
B = 8.8%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#25BF16 (or 0x25BF16) is known color: Lime Green. HEX triplet: 25, BF and 16. RGB value is (37,191,22). Sum of RGB (Red+Green+Blue) = 37+191+22=250 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.8% from 250); Green value is 191 (75% from 255 or 76.4% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 191 - color contains mainly: green. Hex color #25BF16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25BF16 is #DA40E9. Grayscale: #7E7E7E. Windows color (decimal): -14303466 or 1490725. OLE color: 1490725.

HSL color Cylindrical-coordinate representation of color #25BF16: hue angle of 114.67º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #25BF16 is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 37 191 22 -
CMYK 0.81 0 0.88 0.25
HSL 114.67º 0.79% 0.42% -
HSV(B) 114.67º 0.88% 0.75% -
XYZ 19.54 37.71 7.01 -
YUV 125.69 69.48 64.74 -
System Red Green Blue C M Y K H S L
Decimal 37 191 22 0.81 0 0.88 0.25 114.67 0.79 0.42
Hex 25 BF 16 51 0 58 19 73 4F 2A
Octal 45 277 26 121 0 130 31 163 117 52
Binary 100101 10111111 10110 1010001 0 1011000 11001 1110011 1001111 101010

Color Harmonies of #25BF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BF16

Black with #25BF16

Text Example


Text Example

White with #25BF16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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