Html Css Color HEX #32B22D Lime Green

📋 copy color: '#32B22D'

red 50 ◦ green 178 ◦ blue 45

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

Shades of Lime Green #32B22D

Tints of Lime Green #32B22D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 65.2%

 BLUE value IS 45 (17.97% from 255) = 16.48%

R = 18.32%
G = 65.2%
B = 16.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#32B22D (or 0x32B22D) is known color: Lime Green. HEX triplet: 32, B2 and 2D. RGB value is (50,178,45). Sum of RGB (Red+Green+Blue) = 50+178+45=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 178 (69.92% from 255 or 65.20% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 178 - color contains mainly: green. Hex color #32B22D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32B22D is #CD4DD2. Grayscale: #7C7C7C. Windows color (decimal): -13454803 or 2994738. OLE color: 2994738.

HSL color Cylindrical-coordinate representation of color #32B22D: hue angle of 117.74º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32B22D is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 50 178 45 -
CMYK 0.72 0 0.75 0.30
HSL 117.74º 0.6% 0.44% -
HSV(B) 117.74º 0.75% 0.7% -
XYZ 17.71 32.71 7.86 -
YUV 124.57 83.09 74.81 -
System Red Green Blue C M Y K H S L
Decimal 50 178 45 0.72 0 0.75 0.30 117.74 0.6 0.44
Hex 32 B2 2D 48 0 4B 1E 76 3C 2C
Octal 62 262 55 110 0 113 36 166 74 54
Binary 110010 10110010 101101 1001000 0 1001011 11110 1110110 111100 101100

Color Harmonies of #32B22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B22D

Black with #32B22D

Text Example


Text Example

White with #32B22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,178,45); }

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

background-color css

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

 a { background-color: rgb(50,178,45); }

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

border-color css

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

 span { border-color: rgb(50,178,45); }

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