Html Css Color HEX #32F34D Lime Green

📋 copy color: '#32F34D'

red 50 ◦ green 243 ◦ blue 77

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

Shades of Lime Green #32F34D

Tints of Lime Green #32F34D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 65.68%

 BLUE value IS 77 (30.47% from 255) = 20.81%

R = 13.51%
G = 65.68%
B = 20.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#32F34D (or 0x32F34D) is known color: Lime Green. HEX triplet: 32, F3 and 4D. RGB value is (50,243,77). Sum of RGB (Red+Green+Blue) = 50+243+77=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 243 (95.31% from 255 or 65.68% from 370); Blue value is 77 (30.47% from 255 or 20.81% from 370); Max value from RGB is 243 - color contains mainly: green. Hex color #32F34D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #32F34D is #CD0CB2. Grayscale: #A6A6A6. Windows color (decimal): -13438131 or 5108530. OLE color: 5108530.

HSL color Cylindrical-coordinate representation of color #32F34D: hue angle of 128.39º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32F34D is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 50 243 77 -
CMYK 0.79 0 0.68 0.05
HSL 128.39º 0.89% 0.57% -
HSV(B) 128.39º 0.79% 0.95% -
XYZ 34.71 65.32 17.8 -
YUV 166.37 77.56 45 -
System Red Green Blue C M Y K H S L
Decimal 50 243 77 0.79 0 0.68 0.05 128.39 0.89 0.57
Hex 32 F3 4D 4F 0 44 5 80 59 39
Octal 62 363 115 117 0 104 5 200 131 71
Binary 110010 11110011 1001101 1001111 0 1000100 101 10000000 1011001 111001

Color Harmonies of #32F34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32F34D

Black with #32F34D

Text Example


Text Example

White with #32F34D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,243,77); }

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

background-color css

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

 a { background-color: rgb(50,243,77); }

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

border-color css

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

 span { border-color: rgb(50,243,77); }

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