Html Css Color HEX #32C82F Lime Green

📋 copy color: '#32C82F'

red 50 ◦ green 200 ◦ blue 47

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

Shades of Lime Green #32C82F

Tints of Lime Green #32C82F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 67.34%

 BLUE value IS 47 (18.75% from 255) = 15.82%

R = 16.84%
G = 67.34%
B = 15.82%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#32C82F (or 0x32C82F) is known color: Lime Green. HEX triplet: 32, C8 and 2F. RGB value is (50,200,47). Sum of RGB (Red+Green+Blue) = 50+200+47=297 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.84% from 297); Green value is 200 (78.52% from 255 or 67.34% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 200 - color contains mainly: green. Hex color #32C82F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C82F is #CD37D0. Grayscale: #8A8A8A. Windows color (decimal): -13449169 or 3131442. OLE color: 3131442.

HSL color Cylindrical-coordinate representation of color #32C82F: hue angle of 118.82º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32C82F is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 50 200 47 -
CMYK 0.75 0 0.76 0.22
HSL 118.82º 0.62% 0.48% -
HSV(B) 118.82º 0.77% 0.78% -
XYZ 22.48 42.19 9.65 -
YUV 137.71 76.81 65.44 -
System Red Green Blue C M Y K H S L
Decimal 50 200 47 0.75 0 0.76 0.22 118.82 0.62 0.48
Hex 32 C8 2F 4B 0 4C 16 77 3E 30
Octal 62 310 57 113 0 114 26 167 76 60
Binary 110010 11001000 101111 1001011 0 1001100 10110 1110111 111110 110000

Color Harmonies of #32C82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C82F

Black with #32C82F

Text Example


Text Example

White with #32C82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,200,47); }

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

background-color css

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

 a { background-color: rgb(50,200,47); }

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

border-color css

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

 span { border-color: rgb(50,200,47); }

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