Html Css Color HEX #25BC13 Lime Green

📋 copy color: '#25BC13'

red 37 ◦ green 188 ◦ blue 19

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

Shades of Lime Green #25BC13

Tints of Lime Green #25BC13

RGB

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

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

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

R = 15.16%
G = 77.05%
B = 7.79%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#25BC13 (or 0x25BC13) is known color: Lime Green. HEX triplet: 25, BC and 13. RGB value is (37,188,19). Sum of RGB (Red+Green+Blue) = 37+188+19=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 188 (73.83% from 255 or 77.05% from 244); Blue value is 19 (7.81% from 255 or 7.79% from 244); Max value from RGB is 188 - color contains mainly: green. Hex color #25BC13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25BC13 is #DA43EC. Grayscale: #7C7C7C. Windows color (decimal): -14304237 or 1293349. OLE color: 1293349.

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

Color convert

RGB 37 188 19 -
CMYK 0.80 0 0.90 0.26
HSL 113.61º 0.82% 0.41% -
HSV(B) 113.61º 0.9% 0.74% -
XYZ 18.86 36.41 6.65 -
YUV 123.59 68.97 66.24 -
System Red Green Blue C M Y K H S L
Decimal 37 188 19 0.80 0 0.90 0.26 113.61 0.82 0.41
Hex 25 BC 13 50 0 5A 1A 72 52 29
Octal 45 274 23 120 0 132 32 162 122 51
Binary 100101 10111100 10011 1010000 0 1011010 11010 1110010 1010010 101001

Color Harmonies of #25BC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25BC13

Black with #25BC13

Text Example


Text Example

White with #25BC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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