Html Css Color HEX #1FDA2F Lime Green

📋 copy color: '#1FDA2F'

red 31 ◦ green 218 ◦ blue 47

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

Shades of Lime Green #1FDA2F

Tints of Lime Green #1FDA2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.88%

R = 10.47%
G = 73.65%
B = 15.88%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#1FDA2F (or 0x1FDA2F) is known color: Lime Green. HEX triplet: 1F, DA and 2F. RGB value is (31,218,47). Sum of RGB (Red+Green+Blue) = 31+218+47=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 218 (85.55% from 255 or 73.65% from 296); Blue value is 47 (18.75% from 255 or 15.88% from 296); Max value from RGB is 218 - color contains mainly: green. Hex color #1FDA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDA2F is #E025D0. Grayscale: #8F8F8F. Windows color (decimal): -14689745 or 3136031. OLE color: 3136031.

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

Color convert

RGB 31 218 47 -
CMYK 0.86 0 0.78 0.15
HSL 125.13º 0.75% 0.49% -
HSV(B) 125.13º 0.86% 0.85% -
XYZ 26.15 50.64 11.09 -
YUV 142.59 74.05 48.4 -
System Red Green Blue C M Y K H S L
Decimal 31 218 47 0.86 0 0.78 0.15 125.13 0.75 0.49
Hex 1F DA 2F 56 0 4E F 7D 4B 31
Octal 37 332 57 126 0 116 17 175 113 61
Binary 11111 11011010 101111 1010110 0 1001110 1111 1111101 1001011 110001

Color Harmonies of #1FDA2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDA2F

Black with #1FDA2F

Text Example


Text Example

White with #1FDA2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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