Html Css Color HEX #3CC04A Lime Green

📋 copy color: '#3CC04A'

red 60 ◦ green 192 ◦ blue 74

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

Shades of Lime Green #3CC04A

Tints of Lime Green #3CC04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 58.9%

 BLUE value IS 74 (29.3% from 255) = 22.7%

R = 18.4%
G = 58.9%
B = 22.7%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#3CC04A (or 0x3CC04A) is known color: Lime Green. HEX triplet: 3C, C0 and 4A. RGB value is (60,192,74). Sum of RGB (Red+Green+Blue) = 60+192+74=326 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.40% from 326); Green value is 192 (75.39% from 255 or 58.90% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC04A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC04A is #C33FB5. Grayscale: #8B8B8B. Windows color (decimal): -12795830 or 4898876. OLE color: 4898876.

HSL color Cylindrical-coordinate representation of color #3CC04A: hue angle of 126.36º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC04A is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 192 74 -
CMYK 0.69 0 0.61 0.25
HSL 126.36º 0.52% 0.49% -
HSV(B) 126.36º 0.69% 0.75% -
XYZ 21.95 39.15 12.88 -
YUV 139.08 91.27 71.59 -
System Red Green Blue C M Y K H S L
Decimal 60 192 74 0.69 0 0.61 0.25 126.36 0.52 0.49
Hex 3C C0 4A 45 0 3D 19 7E 34 31
Octal 74 300 112 105 0 75 31 176 64 61
Binary 111100 11000000 1001010 1000101 0 111101 11001 1111110 110100 110001

Color Harmonies of #3CC04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC04A

Black with #3CC04A

Text Example


Text Example

White with #3CC04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,192,74); }

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

background-color css

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

 a { background-color: rgb(60,192,74); }

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

border-color css

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

 span { border-color: rgb(60,192,74); }

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