Html Css Color HEX #25DC10 Lime Green

📋 copy color: '#25DC10'

red 37 ◦ green 220 ◦ blue 16

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

Shades of Lime Green #25DC10

Tints of Lime Green #25DC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 13.55%
G = 80.59%
B = 5.86%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#25DC10 (or 0x25DC10) is known color: Lime Green. HEX triplet: 25, DC and 10. RGB value is (37,220,16). Sum of RGB (Red+Green+Blue) = 37+220+16=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 220 (86.33% from 255 or 80.59% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 220 - color contains mainly: green. Hex color #25DC10 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25DC10 is #DA23EF. Grayscale: #8E8E8E. Windows color (decimal): -14296048 or 1104933. OLE color: 1104933.

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

Color convert

RGB 37 220 16 -
CMYK 0.83 0 0.93 0.14
HSL 113.82º 0.86% 0.46% -
HSV(B) 113.82º 0.93% 0.86% -
XYZ 26.45 51.62 9.06 -
YUV 142.03 56.87 53.09 -
System Red Green Blue C M Y K H S L
Decimal 37 220 16 0.83 0 0.93 0.14 113.82 0.86 0.46
Hex 25 DC 10 53 0 5D E 72 56 2E
Octal 45 334 20 123 0 135 16 162 126 56
Binary 100101 11011100 10000 1010011 0 1011101 1110 1110010 1010110 101110

Color Harmonies of #25DC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DC10

Black with #25DC10

Text Example


Text Example

White with #25DC10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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