Html Css Color HEX #25DC11 Lime Green

📋 copy color: '#25DC11'

red 37 ◦ green 220 ◦ blue 17

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

Shades of Lime Green #25DC11

Tints of Lime Green #25DC11

RGB

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

 GREEN value IS 220 (86.33% from 255) = 80.29%

 BLUE value IS 17 (7.03% from 255) = 6.2%

R = 13.5%
G = 80.29%
B = 6.2%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#25DC11 (or 0x25DC11) is known color: Lime Green. HEX triplet: 25, DC and 11. RGB value is (37,220,17). Sum of RGB (Red+Green+Blue) = 37+220+17=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 220 (86.33% from 255 or 80.29% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 220 - color contains mainly: green. Hex color #25DC11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25DC11 is #DA23EE. Grayscale: #8E8E8E. Windows color (decimal): -14296047 or 1170469. OLE color: 1170469.

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

Color convert

RGB 37 220 17 -
CMYK 0.83 0 0.92 0.14
HSL 114.09º 0.86% 0.46% -
HSV(B) 114.09º 0.92% 0.86% -
XYZ 26.46 51.62 9.1 -
YUV 142.14 57.37 53.01 -
System Red Green Blue C M Y K H S L
Decimal 37 220 17 0.83 0 0.92 0.14 114.09 0.86 0.46
Hex 25 DC 11 53 0 5C E 72 56 2E
Octal 45 334 21 123 0 134 16 162 126 56
Binary 100101 11011100 10001 1010011 0 1011100 1110 1110010 1010110 101110

Color Harmonies of #25DC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DC11

Black with #25DC11

Text Example


Text Example

White with #25DC11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,220,17); }

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

background-color css

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

 a { background-color: rgb(37,220,17); }

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

border-color css

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

 span { border-color: rgb(37,220,17); }

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