Html Css Color HEX #1FC532 Lime Green

📋 copy color: '#1FC532'

red 31 ◦ green 197 ◦ blue 50

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

Shades of Lime Green #1FC532

Tints of Lime Green #1FC532

RGB

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

 GREEN value IS 197 (77.34% from 255) = 70.86%

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

R = 11.15%
G = 70.86%
B = 17.99%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#1FC532 (or 0x1FC532) is known color: Lime Green. HEX triplet: 1F, C5 and 32. RGB value is (31,197,50). Sum of RGB (Red+Green+Blue) = 31+197+50=278 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.15% from 278); Green value is 197 (77.34% from 255 or 70.86% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 197 - color contains mainly: green. Hex color #1FC532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC532 is #E03ACD. Grayscale: #838383. Windows color (decimal): -14695118 or 3327263. OLE color: 3327263.

HSL color Cylindrical-coordinate representation of color #1FC532: hue angle of 126.87º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC532 is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 31 197 50 -
CMYK 0.84 0 0.75 0.23
HSL 126.87º 0.73% 0.45% -
HSV(B) 126.87º 0.84% 0.77% -
XYZ 21.11 40.45 9.71 -
YUV 130.61 82.5 56.95 -
System Red Green Blue C M Y K H S L
Decimal 31 197 50 0.84 0 0.75 0.23 126.87 0.73 0.45
Hex 1F C5 32 54 0 4B 17 7F 49 2D
Octal 37 305 62 124 0 113 27 177 111 55
Binary 11111 11000101 110010 1010100 0 1001011 10111 1111111 1001001 101101

Color Harmonies of #1FC532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FC532

Black with #1FC532

Text Example


Text Example

White with #1FC532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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