Html Css Color HEX #32D83A Lime Green

📋 copy color: '#32D83A'

red 50 ◦ green 216 ◦ blue 58

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

Shades of Lime Green #32D83A

Tints of Lime Green #32D83A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 66.67%

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

R = 15.43%
G = 66.67%
B = 17.9%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#32D83A (or 0x32D83A) is known color: Lime Green. HEX triplet: 32, D8 and 3A. RGB value is (50,216,58). Sum of RGB (Red+Green+Blue) = 50+216+58=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 216 (84.77% from 255 or 66.67% from 324); Blue value is 58 (23.05% from 255 or 17.90% from 324); Max value from RGB is 216 - color contains mainly: green. Hex color #32D83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D83A is #CD27C5. Grayscale: #949494. Windows color (decimal): -13445062 or 3856434. OLE color: 3856434.

HSL color Cylindrical-coordinate representation of color #32D83A: hue angle of 122.89º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32D83A is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 216 58 -
CMYK 0.77 0 0.73 0.15
HSL 122.89º 0.68% 0.52% -
HSV(B) 122.89º 0.77% 0.85% -
XYZ 26.63 50.1 12.27 -
YUV 148.35 77 57.85 -
System Red Green Blue C M Y K H S L
Decimal 50 216 58 0.77 0 0.73 0.15 122.89 0.68 0.52
Hex 32 D8 3A 4D 0 49 F 7B 44 34
Octal 62 330 72 115 0 111 17 173 104 64
Binary 110010 11011000 111010 1001101 0 1001001 1111 1111011 1000100 110100

Color Harmonies of #32D83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D83A

Black with #32D83A

Text Example


Text Example

White with #32D83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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