Html Css Color HEX #32BC3A Lime Green

📋 copy color: '#32BC3A'

red 50 ◦ green 188 ◦ blue 58

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

Shades of Lime Green #32BC3A

Tints of Lime Green #32BC3A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 63.51%

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 16.89%
G = 63.51%
B = 19.59%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#32BC3A (or 0x32BC3A) is known color: Lime Green. HEX triplet: 32, BC and 3A. RGB value is (50,188,58). Sum of RGB (Red+Green+Blue) = 50+188+58=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 188 (73.83% from 255 or 63.51% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC3A is #CD43C5. Grayscale: #848484. Windows color (decimal): -13452230 or 3849266. OLE color: 3849266.

HSL color Cylindrical-coordinate representation of color #32BC3A: hue angle of 123.48º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32BC3A is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 188 58 -
CMYK 0.73 0 0.69 0.26
HSL 123.48º 0.58% 0.47% -
HSV(B) 123.48º 0.73% 0.74% -
XYZ 20.06 36.95 10.08 -
YUV 131.92 86.28 69.57 -
System Red Green Blue C M Y K H S L
Decimal 50 188 58 0.73 0 0.69 0.26 123.48 0.58 0.47
Hex 32 BC 3A 49 0 45 1A 7B 3A 2F
Octal 62 274 72 111 0 105 32 173 72 57
Binary 110010 10111100 111010 1001001 0 1000101 11010 1111011 111010 101111

Color Harmonies of #32BC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BC3A

Black with #32BC3A

Text Example


Text Example

White with #32BC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,188,58); }

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

background-color css

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

 a { background-color: rgb(50,188,58); }

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

border-color css

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

 span { border-color: rgb(50,188,58); }

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