Html Css Color HEX #32EC2B Lime Green

📋 copy color: '#32EC2B'

red 50 ◦ green 236 ◦ blue 43

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

Shades of Lime Green #32EC2B

Tints of Lime Green #32EC2B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 71.73%

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

R = 15.2%
G = 71.73%
B = 13.07%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#32EC2B (or 0x32EC2B) is known color: Lime Green. HEX triplet: 32, EC and 2B. RGB value is (50,236,43). Sum of RGB (Red+Green+Blue) = 50+236+43=329 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.20% from 329); Green value is 236 (92.58% from 255 or 71.73% from 329); Blue value is 43 (17.19% from 255 or 13.07% from 329); Max value from RGB is 236 - color contains mainly: green. Hex color #32EC2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #32EC2B is #CD13D4. Grayscale: #9E9E9E. Windows color (decimal): -13439957 or 2878514. OLE color: 2878514.

HSL color Cylindrical-coordinate representation of color #32EC2B: hue angle of 117.82º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32EC2B is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 50 236 43 -
CMYK 0.79 0 0.82 0.07
HSL 117.82º 0.84% 0.55% -
HSV(B) 117.82º 0.82% 0.93% -
XYZ 31.75 60.84 12.36 -
YUV 158.38 62.88 50.69 -
System Red Green Blue C M Y K H S L
Decimal 50 236 43 0.79 0 0.82 0.07 117.82 0.84 0.55
Hex 32 EC 2B 4F 0 52 7 76 54 37
Octal 62 354 53 117 0 122 7 166 124 67
Binary 110010 11101100 101011 1001111 0 1010010 111 1110110 1010100 110111

Color Harmonies of #32EC2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32EC2B

Black with #32EC2B

Text Example


Text Example

White with #32EC2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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