Html Css Color HEX #32B92B Lime Green

📋 copy color: '#32B92B'

red 50 ◦ green 185 ◦ blue 43

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

Shades of Lime Green #32B92B

Tints of Lime Green #32B92B

RGB

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

 GREEN value IS 185 (72.66% from 255) = 66.55%

 BLUE value IS 43 (17.19% from 255) = 15.47%

R = 17.99%
G = 66.55%
B = 15.47%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#32B92B (or 0x32B92B) is known color: Lime Green. HEX triplet: 32, B9 and 2B. RGB value is (50,185,43). Sum of RGB (Red+Green+Blue) = 50+185+43=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 185 (72.66% from 255 or 66.55% from 278); Blue value is 43 (17.19% from 255 or 15.47% from 278); Max value from RGB is 185 - color contains mainly: green. Hex color #32B92B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B92B is #CD46D4. Grayscale: #808080. Windows color (decimal): -13453013 or 2865458. OLE color: 2865458.

HSL color Cylindrical-coordinate representation of color #32B92B: hue angle of 117.04º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #32B92B is Cyan = 0.73, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 50 185 43 -
CMYK 0.73 0 0.77 0.27
HSL 117.04º 0.62% 0.45% -
HSV(B) 117.04º 0.77% 0.73% -
XYZ 19.1 35.55 8.14 -
YUV 128.45 79.77 72.05 -
System Red Green Blue C M Y K H S L
Decimal 50 185 43 0.73 0 0.77 0.27 117.04 0.62 0.45
Hex 32 B9 2B 49 0 4D 1B 75 3E 2D
Octal 62 271 53 111 0 115 33 165 76 55
Binary 110010 10111001 101011 1001001 0 1001101 11011 1110101 111110 101101

Color Harmonies of #32B92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B92B

Black with #32B92B

Text Example


Text Example

White with #32B92B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,185,43); }

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

background-color css

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

 a { background-color: rgb(50,185,43); }

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

border-color css

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

 span { border-color: rgb(50,185,43); }

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