Html Css Color HEX #32AF27 Lime Green

📋 copy color: '#32AF27'

red 50 ◦ green 175 ◦ blue 39

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

Shades of Lime Green #32AF27

Tints of Lime Green #32AF27

RGB

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

 GREEN value IS 175 (68.75% from 255) = 66.29%

 BLUE value IS 39 (15.63% from 255) = 14.77%

R = 18.94%
G = 66.29%
B = 14.77%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.78

 K value IS 0.31

RGB Variations

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

Color information

#32AF27 (or 0x32AF27) is known color: Lime Green. HEX triplet: 32, AF and 27. RGB value is (50,175,39). Sum of RGB (Red+Green+Blue) = 50+175+39=264 (34% of max value = 765). Red value is 50 (19.92% from 255 or 18.94% from 264); Green value is 175 (68.75% from 255 or 66.29% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF27 is #CD50D8. Grayscale: #7A7A7A. Windows color (decimal): -13455577 or 2600754. OLE color: 2600754.

HSL color Cylindrical-coordinate representation of color #32AF27: hue angle of 115.15º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #32AF27 is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 175 39 -
CMYK 0.71 0 0.78 0.31
HSL 115.15º 0.64% 0.42% -
HSV(B) 115.15º 0.78% 0.69% -
XYZ 17.01 31.48 7.1 -
YUV 122.12 81.09 76.56 -
System Red Green Blue C M Y K H S L
Decimal 50 175 39 0.71 0 0.78 0.31 115.15 0.64 0.42
Hex 32 AF 27 47 0 4E 1F 73 40 2A
Octal 62 257 47 107 0 116 37 163 100 52
Binary 110010 10101111 100111 1000111 0 1001110 11111 1110011 1000000 101010

Color Harmonies of #32AF27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AF27

Black with #32AF27

Text Example


Text Example

White with #32AF27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,175,39); }

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

background-color css

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

 a { background-color: rgb(50,175,39); }

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

border-color css

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

 span { border-color: rgb(50,175,39); }

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