Html Css Color HEX #1FB532 Lime Green

📋 copy color: '#1FB532'

red 31 ◦ green 181 ◦ blue 50

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

Shades of Lime Green #1FB532

Tints of Lime Green #1FB532

RGB

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

 GREEN value IS 181 (71.09% from 255) = 69.08%

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

R = 11.83%
G = 69.08%
B = 19.08%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#1FB532 (or 0x1FB532) is known color: Lime Green. HEX triplet: 1F, B5 and 32. RGB value is (31,181,50). Sum of RGB (Red+Green+Blue) = 31+181+50=262 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.83% from 262); Green value is 181 (71.09% from 255 or 69.08% from 262); Blue value is 50 (19.92% from 255 or 19.08% from 262); Max value from RGB is 181 - color contains mainly: green. Hex color #1FB532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FB532 is #E04ACD. Grayscale: #797979. Windows color (decimal): -14699214 or 3323167. OLE color: 3323167.

HSL color Cylindrical-coordinate representation of color #1FB532: hue angle of 127.6º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB532 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 31 181 50 -
CMYK 0.83 0 0.72 0.29
HSL 127.6º 0.71% 0.42% -
HSV(B) 127.6º 0.83% 0.71% -
XYZ 17.66 33.57 8.57 -
YUV 121.22 87.81 63.65 -
System Red Green Blue C M Y K H S L
Decimal 31 181 50 0.83 0 0.72 0.29 127.6 0.71 0.42
Hex 1F B5 32 53 0 48 1D 80 47 2A
Octal 37 265 62 123 0 110 35 200 107 52
Binary 11111 10110101 110010 1010011 0 1001000 11101 10000000 1000111 101010

Color Harmonies of #1FB532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FB532

Black with #1FB532

Text Example


Text Example

White with #1FB532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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