Html Css Color HEX #3CD249 Lime Green

📋 copy color: '#3CD249'

red 60 ◦ green 210 ◦ blue 73

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

Shades of Lime Green #3CD249

Tints of Lime Green #3CD249

RGB

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

 GREEN value IS 210 (82.42% from 255) = 61.22%

 BLUE value IS 73 (28.91% from 255) = 21.28%

R = 17.49%
G = 61.22%
B = 21.28%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#3CD249 (or 0x3CD249) is known color: Lime Green. HEX triplet: 3C, D2 and 49. RGB value is (60,210,73). Sum of RGB (Red+Green+Blue) = 60+210+73=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 210 (82.42% from 255 or 61.22% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CD249 is #C32DB6. Grayscale: #959595. Windows color (decimal): -12791223 or 4837948. OLE color: 4837948.

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

Color convert

RGB 60 210 73 -
CMYK 0.71 0 0.65 0.18
HSL 125.2º 0.63% 0.53% -
HSV(B) 125.2º 0.71% 0.82% -
XYZ 26.11 47.53 14.1 -
YUV 149.53 84.81 64.14 -
System Red Green Blue C M Y K H S L
Decimal 60 210 73 0.71 0 0.65 0.18 125.2 0.63 0.53
Hex 3C D2 49 47 0 41 12 7D 3E 35
Octal 74 322 111 107 0 101 22 175 76 65
Binary 111100 11010010 1001001 1000111 0 1000001 10010 1111101 111110 110101

Color Harmonies of #3CD249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD249

Black with #3CD249

Text Example


Text Example

White with #3CD249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,210,73); }

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

background-color css

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

 a { background-color: rgb(60,210,73); }

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

border-color css

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

 span { border-color: rgb(60,210,73); }

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