Html Css Color HEX #25D914 Lime Green

📋 copy color: '#25D914'

red 37 ◦ green 217 ◦ blue 20

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

Shades of Lime Green #25D914

Tints of Lime Green #25D914

RGB

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

 GREEN value IS 217 (85.16% from 255) = 79.2%

 BLUE value IS 20 (8.2% from 255) = 7.3%

R = 13.5%
G = 79.2%
B = 7.3%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#25D914 (or 0x25D914) is known color: Lime Green. HEX triplet: 25, D9 and 14. RGB value is (37,217,20). Sum of RGB (Red+Green+Blue) = 37+217+20=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 217 (85.16% from 255 or 79.20% from 274); Blue value is 20 (8.20% from 255 or 7.30% from 274); Max value from RGB is 217 - color contains mainly: green. Hex color #25D914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D914 is #DA26EB. Grayscale: #8D8D8D. Windows color (decimal): -14296812 or 1366309. OLE color: 1366309.

HSL color Cylindrical-coordinate representation of color #25D914: hue angle of 114.82º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25D914 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 37 217 20 -
CMYK 0.83 0 0.91 0.15
HSL 114.82º 0.83% 0.46% -
HSV(B) 114.82º 0.91% 0.85% -
XYZ 25.7 50.07 8.97 -
YUV 140.72 59.87 54.02 -
System Red Green Blue C M Y K H S L
Decimal 37 217 20 0.83 0 0.91 0.15 114.82 0.83 0.46
Hex 25 D9 14 53 0 5B F 73 53 2E
Octal 45 331 24 123 0 133 17 163 123 56
Binary 100101 11011001 10100 1010011 0 1011011 1111 1110011 1010011 101110

Color Harmonies of #25D914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D914

Black with #25D914

Text Example


Text Example

White with #25D914

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,217,20); }

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

background-color css

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

 a { background-color: rgb(37,217,20); }

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

border-color css

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

 span { border-color: rgb(37,217,20); }

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