Html Css Color HEX #32CD3D Lime Green

📋 copy color: '#32CD3D'

red 50 ◦ green 205 ◦ blue 61

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

Shades of Lime Green #32CD3D

Tints of Lime Green #32CD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.3%

R = 15.82%
G = 64.87%
B = 19.3%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#32CD3D (or 0x32CD3D) is known color: Lime Green. HEX triplet: 32, CD and 3D. RGB value is (50,205,61). Sum of RGB (Red+Green+Blue) = 50+205+61=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 205 (80.47% from 255 or 64.87% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CD3D is #CD32C2. Grayscale: #8E8E8E. Windows color (decimal): -13447875 or 4050226. OLE color: 4050226.

HSL color Cylindrical-coordinate representation of color #32CD3D: hue angle of 124.26º 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 #32CD3D is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 50 205 61 -
CMYK 0.76 0 0.70 0.20
HSL 124.26º 0.61% 0.5% -
HSV(B) 124.26º 0.76% 0.8% -
XYZ 23.99 44.68 11.77 -
YUV 142.24 82.15 62.21 -
System Red Green Blue C M Y K H S L
Decimal 50 205 61 0.76 0 0.70 0.20 124.26 0.61 0.5
Hex 32 CD 3D 4C 0 46 14 7C 3D 32
Octal 62 315 75 114 0 106 24 174 75 62
Binary 110010 11001101 111101 1001100 0 1000110 10100 1111100 111101 110010

Color Harmonies of #32CD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CD3D

Black with #32CD3D

Text Example


Text Example

White with #32CD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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