Html Css Color HEX #32BA2B Lime Green

📋 copy color: '#32BA2B'

red 50 ◦ green 186 ◦ blue 43

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

Shades of Lime Green #32BA2B

Tints of Lime Green #32BA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.41%

R = 17.92%
G = 66.67%
B = 15.41%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#32BA2B (or 0x32BA2B) is known color: Lime Green. HEX triplet: 32, BA and 2B. RGB value is (50,186,43). Sum of RGB (Red+Green+Blue) = 50+186+43=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 186 (73.05% from 255 or 66.67% from 279); Blue value is 43 (17.19% from 255 or 15.41% from 279); Max value from RGB is 186 - color contains mainly: green. Hex color #32BA2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BA2B is #CD45D4. Grayscale: #818181. Windows color (decimal): -13452757 or 2865714. OLE color: 2865714.

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

Color convert

RGB 50 186 43 -
CMYK 0.73 0 0.77 0.27
HSL 117.06º 0.62% 0.45% -
HSV(B) 117.06º 0.77% 0.73% -
XYZ 19.31 35.97 8.21 -
YUV 129.03 79.44 71.63 -
System Red Green Blue C M Y K H S L
Decimal 50 186 43 0.73 0 0.77 0.27 117.06 0.62 0.45
Hex 32 BA 2B 49 0 4D 1B 75 3E 2D
Octal 62 272 53 111 0 115 33 165 76 55
Binary 110010 10111010 101011 1001001 0 1001101 11011 1110101 111110 101101

Color Harmonies of #32BA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BA2B

Black with #32BA2B

Text Example


Text Example

White with #32BA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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