Html Css Color HEX #1FD932 Lime Green

📋 copy color: '#1FD932'

red 31 ◦ green 217 ◦ blue 50

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

Shades of Lime Green #1FD932

Tints of Lime Green #1FD932

RGB

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

 GREEN value IS 217 (85.16% from 255) = 72.82%

 BLUE value IS 50 (19.92% from 255) = 16.78%

R = 10.4%
G = 72.82%
B = 16.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#1FD932 (or 0x1FD932) is known color: Lime Green. HEX triplet: 1F, D9 and 32. RGB value is (31,217,50). Sum of RGB (Red+Green+Blue) = 31+217+50=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 217 (85.16% from 255 or 72.82% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD932 is #E026CD. Grayscale: #8E8E8E. Windows color (decimal): -14689998 or 3332383. OLE color: 3332383.

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

Color convert

RGB 31 217 50 -
CMYK 0.86 0 0.77 0.15
HSL 126.13º 0.75% 0.49% -
HSV(B) 126.13º 0.86% 0.85% -
XYZ 25.95 50.15 11.33 -
YUV 142.35 75.88 48.58 -
System Red Green Blue C M Y K H S L
Decimal 31 217 50 0.86 0 0.77 0.15 126.13 0.75 0.49
Hex 1F D9 32 56 0 4D F 7E 4B 31
Octal 37 331 62 126 0 115 17 176 113 61
Binary 11111 11011001 110010 1010110 0 1001101 1111 1111110 1001011 110001

Color Harmonies of #1FD932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD932

Black with #1FD932

Text Example


Text Example

White with #1FD932

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,217,50); }

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

background-color css

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

 a { background-color: rgb(31,217,50); }

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

border-color css

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

 span { border-color: rgb(31,217,50); }

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