Html Css Color HEX #32D41B Lime Green

📋 copy color: '#32D41B'

red 50 ◦ green 212 ◦ blue 27

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

Shades of Lime Green #32D41B

Tints of Lime Green #32D41B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 73.36%

 BLUE value IS 27 (10.94% from 255) = 9.34%

R = 17.3%
G = 73.36%
B = 9.34%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#32D41B (or 0x32D41B) is known color: Lime Green. HEX triplet: 32, D4 and 1B. RGB value is (50,212,27). Sum of RGB (Red+Green+Blue) = 50+212+27=289 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.30% from 289); Green value is 212 (83.20% from 255 or 73.36% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 212 - color contains mainly: green. Hex color #32D41B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D41B is #CD2BE4. Grayscale: #8F8F8F. Windows color (decimal): -13446117 or 1823794. OLE color: 1823794.

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

Color convert

RGB 50 212 27 -
CMYK 0.76 0 0.87 0.17
HSL 112.54º 0.77% 0.47% -
HSV(B) 112.54º 0.87% 0.83% -
XYZ 25.06 47.84 8.95 -
YUV 142.47 62.83 62.04 -
System Red Green Blue C M Y K H S L
Decimal 50 212 27 0.76 0 0.87 0.17 112.54 0.77 0.47
Hex 32 D4 1B 4C 0 57 11 71 4D 2F
Octal 62 324 33 114 0 127 21 161 115 57
Binary 110010 11010100 11011 1001100 0 1010111 10001 1110001 1001101 101111

Color Harmonies of #32D41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32D41B

Black with #32D41B

Text Example


Text Example

White with #32D41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,212,27); }

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

background-color css

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

 a { background-color: rgb(50,212,27); }

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

border-color css

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

 span { border-color: rgb(50,212,27); }

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