Html Css Color HEX #3CD24D Lime Green

📋 copy color: '#3CD24D'

red 60 ◦ green 210 ◦ blue 77

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

Shades of Lime Green #3CD24D

Tints of Lime Green #3CD24D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.19%

R = 17.29%
G = 60.52%
B = 22.19%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.63

 K value IS 0.18

RGB Variations

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

Color information

#3CD24D (or 0x3CD24D) is known color: Lime Green. HEX triplet: 3C, D2 and 4D. RGB value is (60,210,77). Sum of RGB (Red+Green+Blue) = 60+210+77=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 210 (82.42% from 255 or 60.52% from 347); Blue value is 77 (30.47% from 255 or 22.19% from 347); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD24D is #C32DB2. Grayscale: #969696. Windows color (decimal): -12791219 or 5100092. OLE color: 5100092.

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

Color convert

RGB 60 210 77 -
CMYK 0.71 0 0.63 0.18
HSL 126.8º 0.63% 0.53% -
HSV(B) 126.8º 0.71% 0.82% -
XYZ 26.25 47.59 14.82 -
YUV 149.99 86.81 63.81 -
System Red Green Blue C M Y K H S L
Decimal 60 210 77 0.71 0 0.63 0.18 126.8 0.63 0.53
Hex 3C D2 4D 47 0 3F 12 7F 3E 35
Octal 74 322 115 107 0 77 22 177 76 65
Binary 111100 11010010 1001101 1000111 0 111111 10010 1111111 111110 110101

Color Harmonies of #3CD24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CD24D

Black with #3CD24D

Text Example


Text Example

White with #3CD24D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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