Html Css Color HEX #25D716 Lime Green

📋 copy color: '#25D716'

red 37 ◦ green 215 ◦ blue 22

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

Shades of Lime Green #25D716

Tints of Lime Green #25D716

RGB

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

 GREEN value IS 215 (84.38% from 255) = 78.47%

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

R = 13.5%
G = 78.47%
B = 8.03%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#25D716 (or 0x25D716) is known color: Lime Green. HEX triplet: 25, D7 and 16. RGB value is (37,215,22). Sum of RGB (Red+Green+Blue) = 37+215+22=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 215 (84.38% from 255 or 78.47% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 215 - color contains mainly: green. Hex color #25D716 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D716 is #DA28E9. Grayscale: #8C8C8C. Windows color (decimal): -14297322 or 1496869. OLE color: 1496869.

HSL color Cylindrical-coordinate representation of color #25D716: hue angle of 115.34º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25D716 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 37 215 22 -
CMYK 0.83 0 0.90 0.16
HSL 115.34º 0.81% 0.46% -
HSV(B) 115.34º 0.9% 0.84% -
XYZ 25.21 49.05 8.9 -
YUV 139.78 61.53 54.69 -
System Red Green Blue C M Y K H S L
Decimal 37 215 22 0.83 0 0.90 0.16 115.34 0.81 0.46
Hex 25 D7 16 53 0 5A 10 73 51 2E
Octal 45 327 26 123 0 132 20 163 121 56
Binary 100101 11010111 10110 1010011 0 1011010 10000 1110011 1010001 101110

Color Harmonies of #25D716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D716

Black with #25D716

Text Example


Text Example

White with #25D716

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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