Html Css Color HEX #32CA38 Lime Green

📋 copy color: '#32CA38'

red 50 ◦ green 202 ◦ blue 56

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

Shades of Lime Green #32CA38

Tints of Lime Green #32CA38

RGB

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

 GREEN value IS 202 (79.3% from 255) = 65.58%

 BLUE value IS 56 (22.27% from 255) = 18.18%

R = 16.23%
G = 65.58%
B = 18.18%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#32CA38 (or 0x32CA38) is known color: Lime Green. HEX triplet: 32, CA and 38. RGB value is (50,202,56). Sum of RGB (Red+Green+Blue) = 50+202+56=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 202 (79.30% from 255 or 65.58% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 202 - color contains mainly: green. Hex color #32CA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CA38 is #CD35C7. Grayscale: #8C8C8C. Windows color (decimal): -13448648 or 3721778. OLE color: 3721778.

HSL color Cylindrical-coordinate representation of color #32CA38: hue angle of 122.37º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CA38 is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 202 56 -
CMYK 0.75 0 0.72 0.21
HSL 122.37º 0.6% 0.49% -
HSV(B) 122.37º 0.75% 0.79% -
XYZ 23.15 43.2 10.86 -
YUV 139.91 80.64 63.87 -
System Red Green Blue C M Y K H S L
Decimal 50 202 56 0.75 0 0.72 0.21 122.37 0.6 0.49
Hex 32 CA 38 4B 0 48 15 7A 3C 31
Octal 62 312 70 113 0 110 25 172 74 61
Binary 110010 11001010 111000 1001011 0 1001000 10101 1111010 111100 110001

Color Harmonies of #32CA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CA38

Black with #32CA38

Text Example


Text Example

White with #32CA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,202,56); }

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

background-color css

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

 a { background-color: rgb(50,202,56); }

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

border-color css

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

 span { border-color: rgb(50,202,56); }

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