Html Css Color HEX #1FE532 Lime Green

📋 copy color: '#1FE532'

red 31 ◦ green 229 ◦ blue 50

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

Shades of Lime Green #1FE532

Tints of Lime Green #1FE532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 73.87%

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

R = 10%
G = 73.87%
B = 16.13%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#1FE532 (or 0x1FE532) is known color: Lime Green. HEX triplet: 1F, E5 and 32. RGB value is (31,229,50). Sum of RGB (Red+Green+Blue) = 31+229+50=310 (41% of max value = 765). Red value is 31 (12.5% from 255 or 10% from 310); Green value is 229 (89.84% from 255 or 73.87% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 229 - color contains mainly: green. Hex color #1FE532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FE532 is #E01ACD. Grayscale: #959595. Windows color (decimal): -14686926 or 3335455. OLE color: 3335455.

HSL color Cylindrical-coordinate representation of color #1FE532: hue angle of 125.76º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE532 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 31 229 50 -
CMYK 0.86 0 0.78 0.10
HSL 125.76º 0.79% 0.51% -
HSV(B) 125.76º 0.86% 0.9% -
XYZ 29.16 56.56 12.4 -
YUV 149.39 71.9 43.55 -
System Red Green Blue C M Y K H S L
Decimal 31 229 50 0.86 0 0.78 0.10 125.76 0.79 0.51
Hex 1F E5 32 56 0 4E A 7E 4F 33
Octal 37 345 62 126 0 116 12 176 117 63
Binary 11111 11100101 110010 1010110 0 1001110 1010 1111110 1001111 110011

Color Harmonies of #1FE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE532

Black with #1FE532

Text Example


Text Example

White with #1FE532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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