Html Css Color HEX #3CC042 Lime Green

📋 copy color: '#3CC042'

red 60 ◦ green 192 ◦ blue 66

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

Shades of Lime Green #3CC042

Tints of Lime Green #3CC042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.75%

R = 18.87%
G = 60.38%
B = 20.75%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#3CC042 (or 0x3CC042) is known color: Lime Green. HEX triplet: 3C, C0 and 42. RGB value is (60,192,66). Sum of RGB (Red+Green+Blue) = 60+192+66=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 192 (75.39% from 255 or 60.38% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC042 is #C33FBD. Grayscale: #8A8A8A. Windows color (decimal): -12795838 or 4374588. OLE color: 4374588.

HSL color Cylindrical-coordinate representation of color #3CC042: hue angle of 122.73º 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 #3CC042 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 192 66 -
CMYK 0.69 0 0.66 0.25
HSL 122.73º 0.52% 0.49% -
HSV(B) 122.73º 0.69% 0.75% -
XYZ 21.7 39.05 11.55 -
YUV 138.17 87.27 72.25 -
System Red Green Blue C M Y K H S L
Decimal 60 192 66 0.69 0 0.66 0.25 122.73 0.52 0.49
Hex 3C C0 42 45 0 42 19 7B 34 31
Octal 74 300 102 105 0 102 31 173 64 61
Binary 111100 11000000 1000010 1000101 0 1000010 11001 1111011 110100 110001

Color Harmonies of #3CC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC042

Black with #3CC042

Text Example


Text Example

White with #3CC042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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