Html Css Color HEX #25DC1F Lime Green

📋 copy color: '#25DC1F'

red 37 ◦ green 220 ◦ blue 31

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

Shades of Lime Green #25DC1F

Tints of Lime Green #25DC1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.76%

R = 12.85%
G = 76.39%
B = 10.76%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#25DC1F (or 0x25DC1F) is known color: Lime Green. HEX triplet: 25, DC and 1F. RGB value is (37,220,31). Sum of RGB (Red+Green+Blue) = 37+220+31=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 220 (86.33% from 255 or 76.39% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 220 - color contains mainly: green. Hex color #25DC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DC1F is #DA23E0. Grayscale: #909090. Windows color (decimal): -14296033 or 2087973. OLE color: 2087973.

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

Color convert

RGB 37 220 31 -
CMYK 0.83 0 0.86 0.14
HSL 118.1º 0.75% 0.49% -
HSV(B) 118.1º 0.86% 0.86% -
XYZ 26.6 51.68 9.87 -
YUV 143.74 64.37 51.87 -
System Red Green Blue C M Y K H S L
Decimal 37 220 31 0.83 0 0.86 0.14 118.1 0.75 0.49
Hex 25 DC 1F 53 0 56 E 76 4B 31
Octal 45 334 37 123 0 126 16 166 113 61
Binary 100101 11011100 11111 1010011 0 1010110 1110 1110110 1001011 110001

Color Harmonies of #25DC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DC1F

Black with #25DC1F

Text Example


Text Example

White with #25DC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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