Html Css Color HEX #32CD4B Lime Green

📋 copy color: '#32CD4B'

red 50 ◦ green 205 ◦ blue 75

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

Shades of Lime Green #32CD4B

Tints of Lime Green #32CD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.73%

R = 15.15%
G = 62.12%
B = 22.73%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#32CD4B (or 0x32CD4B) is known color: Lime Green. HEX triplet: 32, CD and 4B. RGB value is (50,205,75). Sum of RGB (Red+Green+Blue) = 50+205+75=330 (43% of max value = 765). Red value is 50 (19.92% from 255 or 15.15% from 330); Green value is 205 (80.47% from 255 or 62.12% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CD4B is #CD32B4. Grayscale: #909090. Windows color (decimal): -13447861 or 4967730. OLE color: 4967730.

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

Color convert

RGB 50 205 75 -
CMYK 0.76 0 0.63 0.20
HSL 129.68º 0.61% 0.5% -
HSV(B) 129.68º 0.76% 0.8% -
XYZ 24.42 44.85 14.03 -
YUV 143.84 89.15 61.07 -
System Red Green Blue C M Y K H S L
Decimal 50 205 75 0.76 0 0.63 0.20 129.68 0.61 0.5
Hex 32 CD 4B 4C 0 3F 14 82 3D 32
Octal 62 315 113 114 0 77 24 202 75 62
Binary 110010 11001101 1001011 1001100 0 111111 10100 10000010 111101 110010

Color Harmonies of #32CD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32CD4B

Black with #32CD4B

Text Example


Text Example

White with #32CD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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