Html Css Color HEX #3CC24D Lime Green

📋 copy color: '#3CC24D'

red 60 ◦ green 194 ◦ blue 77

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

Shades of Lime Green #3CC24D

Tints of Lime Green #3CC24D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.61%

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

R = 18.13%
G = 58.61%
B = 23.26%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#3CC24D (or 0x3CC24D) is known color: Lime Green. HEX triplet: 3C, C2 and 4D. RGB value is (60,194,77). Sum of RGB (Red+Green+Blue) = 60+194+77=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 194 (76.17% from 255 or 58.61% from 331); Blue value is 77 (30.47% from 255 or 23.26% from 331); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC24D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC24D is #C33DB2. Grayscale: #8C8C8C. Windows color (decimal): -12795315 or 5095996. OLE color: 5095996.

HSL color Cylindrical-coordinate representation of color #3CC24D: hue angle of 127.61º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC24D is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 194 77 -
CMYK 0.69 0 0.60 0.24
HSL 127.61º 0.53% 0.5% -
HSV(B) 127.61º 0.69% 0.76% -
XYZ 22.49 40.08 13.57 -
YUV 140.6 92.11 70.51 -
System Red Green Blue C M Y K H S L
Decimal 60 194 77 0.69 0 0.60 0.24 127.61 0.53 0.5
Hex 3C C2 4D 45 0 3C 18 80 35 32
Octal 74 302 115 105 0 74 30 200 65 62
Binary 111100 11000010 1001101 1000101 0 111100 11000 10000000 110101 110010

Color Harmonies of #3CC24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC24D

Black with #3CC24D

Text Example


Text Example

White with #3CC24D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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