Html Css Color HEX #3CD051 Lime Green

📋 copy color: '#3CD051'

red 60 ◦ green 208 ◦ blue 81

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

Shades of Lime Green #3CD051

Tints of Lime Green #3CD051

RGB

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

 GREEN value IS 208 (81.64% from 255) = 59.6%

 BLUE value IS 81 (32.03% from 255) = 23.21%

R = 17.19%
G = 59.6%
B = 23.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#3CD051 (or 0x3CD051) is known color: Lime Green. HEX triplet: 3C, D0 and 51. RGB value is (60,208,81). Sum of RGB (Red+Green+Blue) = 60+208+81=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 208 (81.64% from 255 or 59.60% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 208 - color contains mainly: green. Hex color #3CD051 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD051 is #C32FAE. Grayscale: #959595. Windows color (decimal): -12791727 or 5361724. OLE color: 5361724.

HSL color Cylindrical-coordinate representation of color #3CD051: hue angle of 128.51º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CD051 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 60 208 81 -
CMYK 0.71 0 0.61 0.18
HSL 128.51º 0.61% 0.53% -
HSV(B) 128.51º 0.71% 0.82% -
XYZ 25.9 46.67 15.43 -
YUV 149.27 89.47 64.33 -
System Red Green Blue C M Y K H S L
Decimal 60 208 81 0.71 0 0.61 0.18 128.51 0.61 0.53
Hex 3C D0 51 47 0 3D 12 81 3D 35
Octal 74 320 121 107 0 75 22 201 75 65
Binary 111100 11010000 1010001 1000111 0 111101 10010 10000001 111101 110101

Color Harmonies of #3CD051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD051

Black with #3CD051

Text Example


Text Example

White with #3CD051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,208,81); }

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

background-color css

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

 a { background-color: rgb(60,208,81); }

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

border-color css

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

 span { border-color: rgb(60,208,81); }

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