Html Css Color HEX #32C11F Lime Green

📋 copy color: '#32C11F'

red 50 ◦ green 193 ◦ blue 31

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

Shades of Lime Green #32C11F

Tints of Lime Green #32C11F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 70.44%

 BLUE value IS 31 (12.5% from 255) = 11.31%

R = 18.25%
G = 70.44%
B = 11.31%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#32C11F (or 0x32C11F) is known color: Lime Green. HEX triplet: 32, C1 and 1F. RGB value is (50,193,31). Sum of RGB (Red+Green+Blue) = 50+193+31=274 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.25% from 274); Green value is 193 (75.78% from 255 or 70.44% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 193 - color contains mainly: green. Hex color #32C11F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C11F is #CD3EE0. Grayscale: #848484. Windows color (decimal): -13450977 or 2081074. OLE color: 2081074.

HSL color Cylindrical-coordinate representation of color #32C11F: hue angle of 112.96º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32C11F is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 50 193 31 -
CMYK 0.74 0 0.84 0.24
HSL 112.96º 0.72% 0.44% -
HSV(B) 112.96º 0.84% 0.76% -
XYZ 20.63 38.92 7.72 -
YUV 131.78 71.12 69.67 -
System Red Green Blue C M Y K H S L
Decimal 50 193 31 0.74 0 0.84 0.24 112.96 0.72 0.44
Hex 32 C1 1F 4A 0 54 18 71 48 2C
Octal 62 301 37 112 0 124 30 161 110 54
Binary 110010 11000001 11111 1001010 0 1010100 11000 1110001 1001000 101100

Color Harmonies of #32C11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C11F

Black with #32C11F

Text Example


Text Example

White with #32C11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,193,31); }

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

background-color css

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

 a { background-color: rgb(50,193,31); }

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

border-color css

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

 span { border-color: rgb(50,193,31); }

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