Html Css Color HEX #32C93E Lime Green

📋 copy color: '#32C93E'

red 50 ◦ green 201 ◦ blue 62

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

Shades of Lime Green #32C93E

Tints of Lime Green #32C93E

RGB

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

 GREEN value IS 201 (78.91% from 255) = 64.22%

 BLUE value IS 62 (24.61% from 255) = 19.81%

R = 15.97%
G = 64.22%
B = 19.81%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#32C93E (or 0x32C93E) is known color: Lime Green. HEX triplet: 32, C9 and 3E. RGB value is (50,201,62). Sum of RGB (Red+Green+Blue) = 50+201+62=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 201 (78.91% from 255 or 64.22% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 201 - color contains mainly: green. Hex color #32C93E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32C93E is #CD36C1. Grayscale: #8C8C8C. Windows color (decimal): -13448898 or 4114738. OLE color: 4114738.

HSL color Cylindrical-coordinate representation of color #32C93E: hue angle of 124.77º 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 #32C93E is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 50 201 62 -
CMYK 0.75 0 0.69 0.21
HSL 124.77º 0.6% 0.49% -
HSV(B) 124.77º 0.75% 0.79% -
XYZ 23.07 42.8 11.6 -
YUV 140.01 83.97 63.8 -
System Red Green Blue C M Y K H S L
Decimal 50 201 62 0.75 0 0.69 0.21 124.77 0.6 0.49
Hex 32 C9 3E 4B 0 45 15 7D 3C 31
Octal 62 311 76 113 0 105 25 175 74 61
Binary 110010 11001001 111110 1001011 0 1000101 10101 1111101 111100 110001

Color Harmonies of #32C93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32C93E

Black with #32C93E

Text Example


Text Example

White with #32C93E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,201,62); }

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

background-color css

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

 a { background-color: rgb(50,201,62); }

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

border-color css

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

 span { border-color: rgb(50,201,62); }

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