Html Css Color HEX #32AF30 Lime Green

📋 copy color: '#32AF30'

red 50 ◦ green 175 ◦ blue 48

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

Shades of Lime Green #32AF30

Tints of Lime Green #32AF30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.58%

R = 18.32%
G = 64.1%
B = 17.58%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#32AF30 (or 0x32AF30) is known color: Lime Green. HEX triplet: 32, AF and 30. RGB value is (50,175,48). Sum of RGB (Red+Green+Blue) = 50+175+48=273 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.32% from 273); Green value is 175 (68.75% from 255 or 64.10% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 175 - color contains mainly: green. Hex color #32AF30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #32AF30 is #CD50CF. Grayscale: #7B7B7B. Windows color (decimal): -13455568 or 3190578. OLE color: 3190578.

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

Color convert

RGB 50 175 48 -
CMYK 0.71 0 0.73 0.31
HSL 119.06º 0.57% 0.44% -
HSV(B) 119.06º 0.73% 0.69% -
XYZ 17.18 31.55 7.98 -
YUV 123.15 85.59 75.83 -
System Red Green Blue C M Y K H S L
Decimal 50 175 48 0.71 0 0.73 0.31 119.06 0.57 0.44
Hex 32 AF 30 47 0 49 1F 77 39 2C
Octal 62 257 60 107 0 111 37 167 71 54
Binary 110010 10101111 110000 1000111 0 1001001 11111 1110111 111001 101100

Color Harmonies of #32AF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AF30

Black with #32AF30

Text Example


Text Example

White with #32AF30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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