Html Css Color HEX #25DA1F Lime Green

📋 copy color: '#25DA1F'

red 37 ◦ green 218 ◦ blue 31

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

Shades of Lime Green #25DA1F

Tints of Lime Green #25DA1F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 76.22%

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

R = 12.94%
G = 76.22%
B = 10.84%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#25DA1F (or 0x25DA1F) is known color: Lime Green. HEX triplet: 25, DA and 1F. RGB value is (37,218,31). Sum of RGB (Red+Green+Blue) = 37+218+31=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 218 (85.55% from 255 or 76.22% from 286); Blue value is 31 (12.5% from 255 or 10.84% from 286); Max value from RGB is 218 - color contains mainly: green. Hex color #25DA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DA1F is #DA25E0. Grayscale: #8F8F8F. Windows color (decimal): -14296545 or 2087461. OLE color: 2087461.

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

Color convert

RGB 37 218 31 -
CMYK 0.83 0 0.86 0.15
HSL 118.07º 0.75% 0.49% -
HSV(B) 118.07º 0.86% 0.85% -
XYZ 26.08 50.64 9.7 -
YUV 142.56 65.03 52.71 -
System Red Green Blue C M Y K H S L
Decimal 37 218 31 0.83 0 0.86 0.15 118.07 0.75 0.49
Hex 25 DA 1F 53 0 56 F 76 4B 31
Octal 45 332 37 123 0 126 17 166 113 61
Binary 100101 11011010 11111 1010011 0 1010110 1111 1110110 1001011 110001

Color Harmonies of #25DA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25DA1F

Black with #25DA1F

Text Example


Text Example

White with #25DA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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