Html Css Color HEX #32D042 Lime Green

📋 copy color: '#32D042'

red 50 ◦ green 208 ◦ blue 66

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

Shades of Lime Green #32D042

Tints of Lime Green #32D042

RGB

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

 GREEN value IS 208 (81.64% from 255) = 64.2%

 BLUE value IS 66 (26.17% from 255) = 20.37%

R = 15.43%
G = 64.2%
B = 20.37%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#32D042 (or 0x32D042) is known color: Lime Green. HEX triplet: 32, D0 and 42. RGB value is (50,208,66). Sum of RGB (Red+Green+Blue) = 50+208+66=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 208 (81.64% from 255 or 64.20% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 208 - color contains mainly: green. Hex color #32D042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D042 is #CD2FBD. Grayscale: #909090. Windows color (decimal): -13447102 or 4378674. OLE color: 4378674.

HSL color Cylindrical-coordinate representation of color #32D042: hue angle of 126.08º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D042 is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 50 208 66 -
CMYK 0.76 0 0.68 0.18
HSL 126.08º 0.63% 0.51% -
HSV(B) 126.08º 0.76% 0.82% -
XYZ 24.85 46.18 12.76 -
YUV 144.57 83.65 60.55 -
System Red Green Blue C M Y K H S L
Decimal 50 208 66 0.76 0 0.68 0.18 126.08 0.63 0.51
Hex 32 D0 42 4C 0 44 12 7E 3F 33
Octal 62 320 102 114 0 104 22 176 77 63
Binary 110010 11010000 1000010 1001100 0 1000100 10010 1111110 111111 110011

Color Harmonies of #32D042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D042

Black with #32D042

Text Example


Text Example

White with #32D042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,208,66); }

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

background-color css

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

 a { background-color: rgb(50,208,66); }

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

border-color css

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

 span { border-color: rgb(50,208,66); }

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