Html Css Color HEX #3CC336 Lime Green

📋 copy color: '#3CC336'

red 60 ◦ green 195 ◦ blue 54

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

Shades of Lime Green #3CC336

Tints of Lime Green #3CC336

RGB

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

 GREEN value IS 195 (76.56% from 255) = 63.11%

 BLUE value IS 54 (21.48% from 255) = 17.48%

R = 19.42%
G = 63.11%
B = 17.48%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#3CC336 (or 0x3CC336) is known color: Lime Green. HEX triplet: 3C, C3 and 36. RGB value is (60,195,54). Sum of RGB (Red+Green+Blue) = 60+195+54=309 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.42% from 309); Green value is 195 (76.56% from 255 or 63.11% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC336 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CC336 is #C33CC9. Grayscale: #8A8A8A. Windows color (decimal): -12795082 or 3588924. OLE color: 3588924.

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

Color convert

RGB 60 195 54 -
CMYK 0.69 0 0.72 0.24
HSL 117.45º 0.57% 0.49% -
HSV(B) 117.45º 0.72% 0.76% -
XYZ 22.04 40.26 10.1 -
YUV 138.56 80.27 71.96 -
System Red Green Blue C M Y K H S L
Decimal 60 195 54 0.69 0 0.72 0.24 117.45 0.57 0.49
Hex 3C C3 36 45 0 48 18 75 39 31
Octal 74 303 66 105 0 110 30 165 71 61
Binary 111100 11000011 110110 1000101 0 1001000 11000 1110101 111001 110001

Color Harmonies of #3CC336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC336

Black with #3CC336

Text Example


Text Example

White with #3CC336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,195,54); }

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

background-color css

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

 a { background-color: rgb(60,195,54); }

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

border-color css

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

 span { border-color: rgb(60,195,54); }

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