Html Css Color HEX #25BC0F Lime Green

📋 copy color: '#25BC0F'

red 37 ◦ green 188 ◦ blue 15

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

Shades of Lime Green #25BC0F

Tints of Lime Green #25BC0F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 78.33%

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

R = 15.42%
G = 78.33%
B = 6.25%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#25BC0F (or 0x25BC0F) is known color: Lime Green. HEX triplet: 25, BC and 0F. RGB value is (37,188,15). Sum of RGB (Red+Green+Blue) = 37+188+15=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 188 (73.83% from 255 or 78.33% from 240); Blue value is 15 (6.25% from 255 or 6.25% from 240); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25BC0F is #DA43F0. Grayscale: #7B7B7B. Windows color (decimal): -14304241 or 1031205. OLE color: 1031205.

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

Color convert

RGB 37 188 15 -
CMYK 0.80 0 0.92 0.26
HSL 112.37º 0.85% 0.4% -
HSV(B) 112.37º 0.92% 0.74% -
XYZ 18.83 36.39 6.48 -
YUV 123.13 66.97 66.57 -
System Red Green Blue C M Y K H S L
Decimal 37 188 15 0.80 0 0.92 0.26 112.37 0.85 0.4
Hex 25 BC F 50 0 5C 1A 70 55 28
Octal 45 274 17 120 0 134 32 160 125 50
Binary 100101 10111100 1111 1010000 0 1011100 11010 1110000 1010101 101000

Color Harmonies of #25BC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BC0F

Black with #25BC0F

Text Example


Text Example

White with #25BC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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