Html Css Color HEX #3CD053 Lime Green

📋 copy color: '#3CD053'

red 60 ◦ green 208 ◦ blue 83

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

Shades of Lime Green #3CD053

Tints of Lime Green #3CD053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 23.65%

R = 17.09%
G = 59.26%
B = 23.65%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#3CD053 (or 0x3CD053) is known color: Lime Green. HEX triplet: 3C, D0 and 53. RGB value is (60,208,83). Sum of RGB (Red+Green+Blue) = 60+208+83=351 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.09% from 351); Green value is 208 (81.64% from 255 or 59.26% from 351); Blue value is 83 (32.81% from 255 or 23.65% from 351); Max value from RGB is 208 - color contains mainly: green. Hex color #3CD053 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD053 is #C32FAC. Grayscale: #959595. Windows color (decimal): -12791725 or 5492796. OLE color: 5492796.

HSL color Cylindrical-coordinate representation of color #3CD053: hue angle of 129.32º 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 #3CD053 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 60 208 83 -
CMYK 0.71 0 0.60 0.18
HSL 129.32º 0.61% 0.53% -
HSV(B) 129.32º 0.71% 0.82% -
XYZ 25.98 46.7 15.83 -
YUV 149.5 90.47 64.16 -
System Red Green Blue C M Y K H S L
Decimal 60 208 83 0.71 0 0.60 0.18 129.32 0.61 0.53
Hex 3C D0 53 47 0 3C 12 81 3D 35
Octal 74 320 123 107 0 74 22 201 75 65
Binary 111100 11010000 1010011 1000111 0 111100 10010 10000001 111101 110101

Color Harmonies of #3CD053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD053

Black with #3CD053

Text Example


Text Example

White with #3CD053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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