Html Css Color HEX #3CBC46 Lime Green

📋 copy color: '#3CBC46'

red 60 ◦ green 188 ◦ blue 70

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

Shades of Lime Green #3CBC46

Tints of Lime Green #3CBC46

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.12%

 BLUE value IS 70 (27.73% from 255) = 22.01%

R = 18.87%
G = 59.12%
B = 22.01%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#3CBC46 (or 0x3CBC46) is known color: Lime Green. HEX triplet: 3C, BC and 46. RGB value is (60,188,70). Sum of RGB (Red+Green+Blue) = 60+188+70=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 188 (73.83% from 255 or 59.12% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBC46 is #C343B9. Grayscale: #888888. Windows color (decimal): -12796858 or 4635708. OLE color: 4635708.

HSL color Cylindrical-coordinate representation of color #3CBC46: hue angle of 124.69º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBC46 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 188 70 -
CMYK 0.68 0 0.63 0.26
HSL 124.69º 0.52% 0.49% -
HSV(B) 124.69º 0.68% 0.74% -
XYZ 20.95 37.37 11.9 -
YUV 136.28 90.59 73.59 -
System Red Green Blue C M Y K H S L
Decimal 60 188 70 0.68 0 0.63 0.26 124.69 0.52 0.49
Hex 3C BC 46 44 0 3F 1A 7D 34 31
Octal 74 274 106 104 0 77 32 175 64 61
Binary 111100 10111100 1000110 1000100 0 111111 11010 1111101 110100 110001

Color Harmonies of #3CBC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBC46

Black with #3CBC46

Text Example


Text Example

White with #3CBC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,188,70); }

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

background-color css

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

 a { background-color: rgb(60,188,70); }

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

border-color css

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

 span { border-color: rgb(60,188,70); }

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