Html Css Color HEX #3CD552 Lime Green

📋 copy color: '#3CD552'

red 60 ◦ green 213 ◦ blue 82

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

Shades of Lime Green #3CD552

Tints of Lime Green #3CD552

RGB

 RED value IS 60 (23.83% from 255) = 16.9%

 GREEN value IS 213 (83.59% from 255) = 60%

 BLUE value IS 82 (32.42% from 255) = 23.1%

R = 16.9%
G = 60%
B = 23.1%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#3CD552 (or 0x3CD552) is known color: Lime Green. HEX triplet: 3C, D5 and 52. RGB value is (60,213,82). Sum of RGB (Red+Green+Blue) = 60+213+82=355 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.90% from 355); Green value is 213 (83.59% from 255 or 60% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD552 is #C32AAD. Grayscale: #989898. Windows color (decimal): -12790446 or 5428540. OLE color: 5428540.

HSL color Cylindrical-coordinate representation of color #3CD552: hue angle of 128.63º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD552 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 60 213 82 -
CMYK 0.72 0 0.62 0.16
HSL 128.63º 0.65% 0.54% -
HSV(B) 128.63º 0.72% 0.84% -
XYZ 27.18 49.16 16.04 -
YUV 152.32 88.31 62.15 -
System Red Green Blue C M Y K H S L
Decimal 60 213 82 0.72 0 0.62 0.16 128.63 0.65 0.54
Hex 3C D5 52 48 0 3E 10 81 41 36
Octal 74 325 122 110 0 76 20 201 101 66
Binary 111100 11010101 1010010 1001000 0 111110 10000 10000001 1000001 110110

Color Harmonies of #3CD552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD552

Black with #3CD552

Text Example


Text Example

White with #3CD552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CD552; }

 p { color: rgb(60,213,82); }

 H1.HeaderClassName
 {
   color: #3CD552;
 }
 .AnyTagClassName
 {
   color: #3CD552;
 }
</style>

background-color css

<style>
 a { background-color: #3CD552; }

 a { background-color: rgb(60,213,82); }

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

border-color css

<style>
 span { border-color: #3CD552; }

 span { border-color: rgb(60,213,82); }

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