Html Css Color HEX #32BA1F Lime Green

📋 copy color: '#32BA1F'

red 50 ◦ green 186 ◦ blue 31

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

Shades of Lime Green #32BA1F

Tints of Lime Green #32BA1F

RGB

 RED value IS 50 (19.92% from 255) = 18.73%

 GREEN value IS 186 (73.05% from 255) = 69.66%

 BLUE value IS 31 (12.5% from 255) = 11.61%

R = 18.73%
G = 69.66%
B = 11.61%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#32BA1F (or 0x32BA1F) is known color: Lime Green. HEX triplet: 32, BA and 1F. RGB value is (50,186,31). Sum of RGB (Red+Green+Blue) = 50+186+31=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 186 (73.05% from 255 or 69.66% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BA1F is #CD45E0. Grayscale: #808080. Windows color (decimal): -13452769 or 2079282. OLE color: 2079282.

HSL color Cylindrical-coordinate representation of color #32BA1F: hue angle of 112.65º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32BA1F is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 186 31 -
CMYK 0.73 0 0.83 0.27
HSL 112.65º 0.71% 0.43% -
HSV(B) 112.65º 0.83% 0.73% -
XYZ 19.12 35.89 7.22 -
YUV 127.67 73.44 72.6 -
System Red Green Blue C M Y K H S L
Decimal 50 186 31 0.73 0 0.83 0.27 112.65 0.71 0.43
Hex 32 BA 1F 49 0 53 1B 71 47 2B
Octal 62 272 37 111 0 123 33 161 107 53
Binary 110010 10111010 11111 1001001 0 1010011 11011 1110001 1000111 101011

Color Harmonies of #32BA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BA1F

Black with #32BA1F

Text Example


Text Example

White with #32BA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32BA1F; }

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

 H1.HeaderClassName
 {
   color: #32BA1F;
 }
 .AnyTagClassName
 {
   color: #32BA1F;
 }
</style>

background-color css

<style>
 a { background-color: #32BA1F; }

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

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

border-color css

<style>
 span { border-color: #32BA1F; }

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

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