Html Css Color HEX #32BD3B Lime Green

📋 copy color: '#32BD3B'

red 50 ◦ green 189 ◦ blue 59

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

Shades of Lime Green #32BD3B

Tints of Lime Green #32BD3B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 63.42%

 BLUE value IS 59 (23.44% from 255) = 19.8%

R = 16.78%
G = 63.42%
B = 19.8%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#32BD3B (or 0x32BD3B) is known color: Lime Green. HEX triplet: 32, BD and 3B. RGB value is (50,189,59). Sum of RGB (Red+Green+Blue) = 50+189+59=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 189 (74.22% from 255 or 63.42% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 189 - color contains mainly: green. Hex color #32BD3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BD3B is #CD42C4. Grayscale: #858585. Windows color (decimal): -13451973 or 3915058. OLE color: 3915058.

HSL color Cylindrical-coordinate representation of color #32BD3B: hue angle of 123.88º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32BD3B is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 189 59 -
CMYK 0.74 0 0.69 0.26
HSL 123.88º 0.58% 0.47% -
HSV(B) 123.88º 0.74% 0.74% -
XYZ 20.3 37.39 10.28 -
YUV 132.62 86.45 69.07 -
System Red Green Blue C M Y K H S L
Decimal 50 189 59 0.74 0 0.69 0.26 123.88 0.58 0.47
Hex 32 BD 3B 4A 0 45 1A 7C 3A 2F
Octal 62 275 73 112 0 105 32 174 72 57
Binary 110010 10111101 111011 1001010 0 1000101 11010 1111100 111010 101111

Color Harmonies of #32BD3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BD3B

Black with #32BD3B

Text Example


Text Example

White with #32BD3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,189,59); }

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

background-color css

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

 a { background-color: rgb(50,189,59); }

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

border-color css

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

 span { border-color: rgb(50,189,59); }

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