Html Css Color HEX #32D730 Lime Green

📋 copy color: '#32D730'

red 50 ◦ green 215 ◦ blue 48

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

Shades of Lime Green #32D730

Tints of Lime Green #32D730

RGB

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

 GREEN value IS 215 (84.38% from 255) = 68.69%

 BLUE value IS 48 (19.14% from 255) = 15.34%

R = 15.97%
G = 68.69%
B = 15.34%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#32D730 (or 0x32D730) is known color: Lime Green. HEX triplet: 32, D7 and 30. RGB value is (50,215,48). Sum of RGB (Red+Green+Blue) = 50+215+48=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 215 (84.38% from 255 or 68.69% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 215 - color contains mainly: green. Hex color #32D730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D730 is #CD28CF. Grayscale: #939393. Windows color (decimal): -13445328 or 3200818. OLE color: 3200818.

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

Color convert

RGB 50 215 48 -
CMYK 0.77 0 0.78 0.16
HSL 119.28º 0.68% 0.52% -
HSV(B) 119.28º 0.78% 0.84% -
XYZ 26.15 49.49 10.97 -
YUV 146.63 72.34 59.08 -
System Red Green Blue C M Y K H S L
Decimal 50 215 48 0.77 0 0.78 0.16 119.28 0.68 0.52
Hex 32 D7 30 4D 0 4E 10 77 44 34
Octal 62 327 60 115 0 116 20 167 104 64
Binary 110010 11010111 110000 1001101 0 1001110 10000 1110111 1000100 110100

Color Harmonies of #32D730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D730

Black with #32D730

Text Example


Text Example

White with #32D730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,215,48); }

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

background-color css

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

 a { background-color: rgb(50,215,48); }

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

border-color css

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

 span { border-color: rgb(50,215,48); }

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