Html Css Color HEX #32BC28 Lime Green

📋 copy color: '#32BC28'

red 50 ◦ green 188 ◦ blue 40

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

Shades of Lime Green #32BC28

Tints of Lime Green #32BC28

RGB

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

 GREEN value IS 188 (73.83% from 255) = 67.63%

 BLUE value IS 40 (16.02% from 255) = 14.39%

R = 17.99%
G = 67.63%
B = 14.39%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#32BC28 (or 0x32BC28) is known color: Lime Green. HEX triplet: 32, BC and 28. RGB value is (50,188,40). Sum of RGB (Red+Green+Blue) = 50+188+40=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 188 (73.83% from 255 or 67.63% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 188 - color contains mainly: green. Hex color #32BC28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32BC28 is #CD43D7. Grayscale: #828282. Windows color (decimal): -13452248 or 2669618. OLE color: 2669618.

HSL color Cylindrical-coordinate representation of color #32BC28: hue angle of 115.95º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32BC28 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 50 188 40 -
CMYK 0.73 0 0.79 0.26
HSL 115.95º 0.65% 0.45% -
HSV(B) 115.95º 0.79% 0.74% -
XYZ 19.68 36.8 8.07 -
YUV 129.87 77.28 71.03 -
System Red Green Blue C M Y K H S L
Decimal 50 188 40 0.73 0 0.79 0.26 115.95 0.65 0.45
Hex 32 BC 28 49 0 4F 1A 74 41 2D
Octal 62 274 50 111 0 117 32 164 101 55
Binary 110010 10111100 101000 1001001 0 1001111 11010 1110100 1000001 101101

Color Harmonies of #32BC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32BC28

Black with #32BC28

Text Example


Text Example

White with #32BC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,188,40); }

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

background-color css

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

 a { background-color: rgb(50,188,40); }

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

border-color css

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

 span { border-color: rgb(50,188,40); }

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