Html Css Color HEX #32D83F Lime Green

📋 copy color: '#32D83F'

red 50 ◦ green 216 ◦ blue 63

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

Shades of Lime Green #32D83F

Tints of Lime Green #32D83F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.15%

R = 15.2%
G = 65.65%
B = 19.15%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#32D83F (or 0x32D83F) is known color: Lime Green. HEX triplet: 32, D8 and 3F. RGB value is (50,216,63). Sum of RGB (Red+Green+Blue) = 50+216+63=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 216 (84.77% from 255 or 65.65% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 216 - color contains mainly: green. Hex color #32D83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D83F is #CD27C0. Grayscale: #959595. Windows color (decimal): -13445057 or 4184114. OLE color: 4184114.

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

Color convert

RGB 50 216 63 -
CMYK 0.77 0 0.71 0.15
HSL 124.7º 0.68% 0.52% -
HSV(B) 124.7º 0.77% 0.85% -
XYZ 26.77 50.15 12.97 -
YUV 148.92 79.5 57.44 -
System Red Green Blue C M Y K H S L
Decimal 50 216 63 0.77 0 0.71 0.15 124.7 0.68 0.52
Hex 32 D8 3F 4D 0 47 F 7D 44 34
Octal 62 330 77 115 0 107 17 175 104 64
Binary 110010 11011000 111111 1001101 0 1000111 1111 1111101 1000100 110100

Color Harmonies of #32D83F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D83F

Black with #32D83F

Text Example


Text Example

White with #32D83F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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