Html Css Color HEX #32D94B Lime Green

📋 copy color: '#32D94B'

red 50 ◦ green 217 ◦ blue 75

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

Shades of Lime Green #32D94B

Tints of Lime Green #32D94B

RGB

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

 GREEN value IS 217 (85.16% from 255) = 63.45%

 BLUE value IS 75 (29.69% from 255) = 21.93%

R = 14.62%
G = 63.45%
B = 21.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#32D94B (or 0x32D94B) is known color: Lime Green. HEX triplet: 32, D9 and 4B. RGB value is (50,217,75). Sum of RGB (Red+Green+Blue) = 50+217+75=342 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.62% from 342); Green value is 217 (85.16% from 255 or 63.45% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 217 - color contains mainly: green. Hex color #32D94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D94B is #CD26B4. Grayscale: #979797. Windows color (decimal): -13444789 or 4970802. OLE color: 4970802.

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

Color convert

RGB 50 217 75 -
CMYK 0.77 0 0.65 0.15
HSL 128.98º 0.69% 0.52% -
HSV(B) 128.98º 0.77% 0.85% -
XYZ 27.4 50.81 15.02 -
YUV 150.88 85.17 56.05 -
System Red Green Blue C M Y K H S L
Decimal 50 217 75 0.77 0 0.65 0.15 128.98 0.69 0.52
Hex 32 D9 4B 4D 0 41 F 81 45 34
Octal 62 331 113 115 0 101 17 201 105 64
Binary 110010 11011001 1001011 1001101 0 1000001 1111 10000001 1000101 110100

Color Harmonies of #32D94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D94B

Black with #32D94B

Text Example


Text Example

White with #32D94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,217,75); }

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

background-color css

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

 a { background-color: rgb(50,217,75); }

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

border-color css

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

 span { border-color: rgb(50,217,75); }

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