Html Css Color HEX #32BA1D Lime Green

📋 copy color: '#32BA1D'

red 50 ◦ green 186 ◦ blue 29

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

Shades of Lime Green #32BA1D

Tints of Lime Green #32BA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.94%

R = 18.87%
G = 70.19%
B = 10.94%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#32BA1D (or 0x32BA1D) is known color: Lime Green. HEX triplet: 32, BA and 1D. RGB value is (50,186,29). Sum of RGB (Red+Green+Blue) = 50+186+29=265 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.87% from 265); Green value is 186 (73.05% from 255 or 70.19% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BA1D is #CD45E2. Grayscale: #7F7F7F. Windows color (decimal): -13452771 or 1948210. OLE color: 1948210.

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

Color convert

RGB 50 186 29 -
CMYK 0.73 0 0.84 0.27
HSL 111.97º 0.73% 0.42% -
HSV(B) 111.97º 0.84% 0.73% -
XYZ 19.1 35.88 7.08 -
YUV 127.44 72.44 72.77 -
System Red Green Blue C M Y K H S L
Decimal 50 186 29 0.73 0 0.84 0.27 111.97 0.73 0.42
Hex 32 BA 1D 49 0 54 1B 70 49 2A
Octal 62 272 35 111 0 124 33 160 111 52
Binary 110010 10111010 11101 1001001 0 1010100 11011 1110000 1001001 101010

Color Harmonies of #32BA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BA1D

Black with #32BA1D

Text Example


Text Example

White with #32BA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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