Html Css Color HEX #32C12D Lime Green

📋 copy color: '#32C12D'

red 50 ◦ green 193 ◦ blue 45

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

Shades of Lime Green #32C12D

Tints of Lime Green #32C12D

RGB

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

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

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

R = 17.36%
G = 67.01%
B = 15.63%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#32C12D (or 0x32C12D) is known color: Lime Green. HEX triplet: 32, C1 and 2D. RGB value is (50,193,45). Sum of RGB (Red+Green+Blue) = 50+193+45=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 193 (75.78% from 255 or 67.01% from 288); Blue value is 45 (17.97% from 255 or 15.62% from 288); Max value from RGB is 193 - color contains mainly: green. Hex color #32C12D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C12D is #CD3ED2. Grayscale: #858585. Windows color (decimal): -13450963 or 2998578. OLE color: 2998578.

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

Color convert

RGB 50 193 45 -
CMYK 0.74 0 0.77 0.24
HSL 117.97º 0.62% 0.47% -
HSV(B) 117.97º 0.77% 0.76% -
XYZ 20.86 39.01 8.91 -
YUV 133.37 78.12 68.53 -
System Red Green Blue C M Y K H S L
Decimal 50 193 45 0.74 0 0.77 0.24 117.97 0.62 0.47
Hex 32 C1 2D 4A 0 4D 18 76 3E 2F
Octal 62 301 55 112 0 115 30 166 76 57
Binary 110010 11000001 101101 1001010 0 1001101 11000 1110110 111110 101111

Color Harmonies of #32C12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C12D

Black with #32C12D

Text Example


Text Example

White with #32C12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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