Html Css Color HEX #25D20D Lime Green

📋 copy color: '#25D20D'

red 37 ◦ green 210 ◦ blue 13

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

Shades of Lime Green #25D20D

Tints of Lime Green #25D20D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5%

R = 14.23%
G = 80.77%
B = 5%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#25D20D (or 0x25D20D) is known color: Lime Green. HEX triplet: 25, D2 and 0D. RGB value is (37,210,13). Sum of RGB (Red+Green+Blue) = 37+210+13=260 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.23% from 260); Green value is 210 (82.42% from 255 or 80.77% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 210 - color contains mainly: green. Hex color #25D20D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D20D is #DA2DF2. Grayscale: #888888. Windows color (decimal): -14298611 or 905765. OLE color: 905765.

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

Color convert

RGB 37 210 13 -
CMYK 0.82 0 0.94 0.18
HSL 112.69º 0.88% 0.44% -
HSV(B) 112.69º 0.94% 0.82% -
XYZ 23.88 46.52 8.1 -
YUV 135.82 58.69 57.52 -
System Red Green Blue C M Y K H S L
Decimal 37 210 13 0.82 0 0.94 0.18 112.69 0.88 0.44
Hex 25 D2 D 52 0 5E 12 71 58 2C
Octal 45 322 15 122 0 136 22 161 130 54
Binary 100101 11010010 1101 1010010 0 1011110 10010 1110001 1011000 101100

Color Harmonies of #25D20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25D20D

Black with #25D20D

Text Example


Text Example

White with #25D20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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