Html Css Color HEX #32C022 Lime Green

📋 copy color: '#32C022'

red 50 ◦ green 192 ◦ blue 34

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

Shades of Lime Green #32C022

Tints of Lime Green #32C022

RGB

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

 GREEN value IS 192 (75.39% from 255) = 69.57%

 BLUE value IS 34 (13.67% from 255) = 12.32%

R = 18.12%
G = 69.57%
B = 12.32%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#32C022 (or 0x32C022) is known color: Lime Green. HEX triplet: 32, C0 and 22. RGB value is (50,192,34). Sum of RGB (Red+Green+Blue) = 50+192+34=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #32C022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C022 is #CD3FDD. Grayscale: #848484. Windows color (decimal): -13451230 or 2277426. OLE color: 2277426.

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

Color convert

RGB 50 192 34 -
CMYK 0.74 0 0.82 0.25
HSL 113.92º 0.7% 0.44% -
HSV(B) 113.92º 0.82% 0.75% -
XYZ 20.45 38.49 7.87 -
YUV 131.53 72.96 69.85 -
System Red Green Blue C M Y K H S L
Decimal 50 192 34 0.74 0 0.82 0.25 113.92 0.7 0.44
Hex 32 C0 22 4A 0 52 19 72 46 2C
Octal 62 300 42 112 0 122 31 162 106 54
Binary 110010 11000000 100010 1001010 0 1010010 11001 1110010 1000110 101100

Color Harmonies of #32C022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C022

Black with #32C022

Text Example


Text Example

White with #32C022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,192,34); }

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

background-color css

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

 a { background-color: rgb(50,192,34); }

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

border-color css

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

 span { border-color: rgb(50,192,34); }

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