Html Css Color HEX #32D83B Lime Green

📋 copy color: '#32D83B'

red 50 ◦ green 216 ◦ blue 59

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

Shades of Lime Green #32D83B

Tints of Lime Green #32D83B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.15%

R = 15.38%
G = 66.46%
B = 18.15%

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

#32D83B (or 0x32D83B) is known color: Lime Green. HEX triplet: 32, D8 and 3B. RGB value is (50,216,59). Sum of RGB (Red+Green+Blue) = 50+216+59=325 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.38% from 325); Green value is 216 (84.77% from 255 or 66.46% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 216 - color contains mainly: green. Hex color #32D83B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D83B is #CD27C4. Grayscale: #949494. Windows color (decimal): -13445061 or 3921970. OLE color: 3921970.

HSL color Cylindrical-coordinate representation of color #32D83B: hue angle of 123.25º 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 #32D83B is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 50 216 59 -
CMYK 0.77 0 0.73 0.15
HSL 123.25º 0.68% 0.52% -
HSV(B) 123.25º 0.77% 0.85% -
XYZ 26.66 50.11 12.4 -
YUV 148.47 77.5 57.77 -
System Red Green Blue C M Y K H S L
Decimal 50 216 59 0.77 0 0.73 0.15 123.25 0.68 0.52
Hex 32 D8 3B 4D 0 49 F 7B 44 34
Octal 62 330 73 115 0 111 17 173 104 64
Binary 110010 11011000 111011 1001101 0 1001001 1111 1111011 1000100 110100

Color Harmonies of #32D83B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D83B

Black with #32D83B

Text Example


Text Example

White with #32D83B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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