Html Css Color HEX #25BF0F Lime Green

📋 copy color: '#25BF0F'

red 37 ◦ green 191 ◦ blue 15

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

Shades of Lime Green #25BF0F

Tints of Lime Green #25BF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.17%

R = 15.23%
G = 78.6%
B = 6.17%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#25BF0F (or 0x25BF0F) is known color: Lime Green. HEX triplet: 25, BF and 0F. RGB value is (37,191,15). Sum of RGB (Red+Green+Blue) = 37+191+15=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 191 (75% from 255 or 78.60% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 191 - color contains mainly: green. Hex color #25BF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25BF0F is #DA40F0. Grayscale: #7D7D7D. Windows color (decimal): -14303473 or 1031973. OLE color: 1031973.

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

Color convert

RGB 37 191 15 -
CMYK 0.81 0 0.92 0.25
HSL 112.5º 0.85% 0.4% -
HSV(B) 112.5º 0.92% 0.75% -
XYZ 19.48 37.69 6.7 -
YUV 124.89 65.98 65.31 -
System Red Green Blue C M Y K H S L
Decimal 37 191 15 0.81 0 0.92 0.25 112.5 0.85 0.4
Hex 25 BF F 51 0 5C 19 70 55 28
Octal 45 277 17 121 0 134 31 160 125 50
Binary 100101 10111111 1111 1010001 0 1011100 11001 1110000 1010101 101000

Color Harmonies of #25BF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BF0F

Black with #25BF0F

Text Example


Text Example

White with #25BF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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