Html Css Color HEX #25D20E Lime Green

📋 copy color: '#25D20E'

red 37 ◦ green 210 ◦ blue 14

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

Shades of Lime Green #25D20E

Tints of Lime Green #25D20E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 80.46%

 BLUE value IS 14 (5.86% from 255) = 5.36%

R = 14.18%
G = 80.46%
B = 5.36%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#25D20E (or 0x25D20E) is known color: Lime Green. HEX triplet: 25, D2 and 0E. RGB value is (37,210,14). Sum of RGB (Red+Green+Blue) = 37+210+14=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 210 (82.42% from 255 or 80.46% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 210 - color contains mainly: green. Hex color #25D20E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D20E is #DA2DF1. Grayscale: #888888. Windows color (decimal): -14298610 or 971301. OLE color: 971301.

HSL color Cylindrical-coordinate representation of color #25D20E: hue angle of 112.96º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25D20E is Cyan = 0.82, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 37 210 14 -
CMYK 0.82 0 0.93 0.18
HSL 112.96º 0.88% 0.44% -
HSV(B) 112.96º 0.93% 0.82% -
XYZ 23.89 46.52 8.14 -
YUV 135.93 59.19 57.44 -
System Red Green Blue C M Y K H S L
Decimal 37 210 14 0.82 0 0.93 0.18 112.96 0.88 0.44
Hex 25 D2 E 52 0 5D 12 71 58 2C
Octal 45 322 16 122 0 135 22 161 130 54
Binary 100101 11010010 1110 1010010 0 1011101 10010 1110001 1011000 101100

Color Harmonies of #25D20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D20E

Black with #25D20E

Text Example


Text Example

White with #25D20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,210,14); }

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

background-color css

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

 a { background-color: rgb(37,210,14); }

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

border-color css

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

 span { border-color: rgb(37,210,14); }

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