Html Css Color HEX #32CD34 Lime Green

📋 copy color: '#32CD34'

red 50 ◦ green 205 ◦ blue 52

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

Shades of Lime Green #32CD34

Tints of Lime Green #32CD34

RGB

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

 GREEN value IS 205 (80.47% from 255) = 66.78%

 BLUE value IS 52 (20.7% from 255) = 16.94%

R = 16.29%
G = 66.78%
B = 16.94%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#32CD34 (or 0x32CD34) is known color: Lime Green. HEX triplet: 32, CD and 34. RGB value is (50,205,52). Sum of RGB (Red+Green+Blue) = 50+205+52=307 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.29% from 307); Green value is 205 (80.47% from 255 or 66.78% from 307); Blue value is 52 (20.70% from 255 or 16.94% from 307); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CD34 is #CD32CB. Grayscale: #8D8D8D. Windows color (decimal): -13447884 or 3460402. OLE color: 3460402.

HSL color Cylindrical-coordinate representation of color #32CD34: hue angle of 120.77º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32CD34 is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 205 52 -
CMYK 0.76 0 0.75 0.20
HSL 120.77º 0.61% 0.5% -
HSV(B) 120.77º 0.76% 0.8% -
XYZ 23.77 44.59 10.6 -
YUV 141.21 77.65 62.94 -
System Red Green Blue C M Y K H S L
Decimal 50 205 52 0.76 0 0.75 0.20 120.77 0.61 0.5
Hex 32 CD 34 4C 0 4B 14 79 3D 32
Octal 62 315 64 114 0 113 24 171 75 62
Binary 110010 11001101 110100 1001100 0 1001011 10100 1111001 111101 110010

Color Harmonies of #32CD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CD34

Black with #32CD34

Text Example


Text Example

White with #32CD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,205,52); }

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

background-color css

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

 a { background-color: rgb(50,205,52); }

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

border-color css

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

 span { border-color: rgb(50,205,52); }

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