Html Css Color HEX #1FDC25 Lime Green

📋 copy color: '#1FDC25'

red 31 ◦ green 220 ◦ blue 37

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

Shades of Lime Green #1FDC25

Tints of Lime Green #1FDC25

RGB

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

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

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

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

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #1FDC25: hue angle of 121.9º 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 #1FDC25 is Cyan = 0.86, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 220 37 -
CMYK 0.86 0 0.83 0.14
HSL 121.9º 0.75% 0.49% -
HSV(B) 121.9º 0.86% 0.86% -
XYZ 26.49 51.61 10.32 -
YUV 142.63 68.38 48.38 -
System Red Green Blue C M Y K H S L
Decimal 31 220 37 0.86 0 0.83 0.14 121.9 0.75 0.49
Hex 1F DC 25 56 0 53 E 7A 4B 31
Octal 37 334 45 126 0 123 16 172 113 61
Binary 11111 11011100 100101 1010110 0 1010011 1110 1111010 1001011 110001

Color Harmonies of #1FDC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDC25

Black with #1FDC25

Text Example


Text Example

White with #1FDC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1FDC25; }

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

 H1.HeaderClassName
 {
   color: #1FDC25;
 }
 .AnyTagClassName
 {
   color: #1FDC25;
 }
</style>

background-color css

<style>
 a { background-color: #1FDC25; }

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

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

border-color css

<style>
 span { border-color: #1FDC25; }

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

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