Html Css Color HEX #3CBA42 Lime Green

📋 copy color: '#3CBA42'

red 60 ◦ green 186 ◦ blue 66

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

Shades of Lime Green #3CBA42

Tints of Lime Green #3CBA42

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.62%

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

R = 19.23%
G = 59.62%
B = 21.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#3CBA42 (or 0x3CBA42) is known color: Lime Green. HEX triplet: 3C, BA and 42. RGB value is (60,186,66). Sum of RGB (Red+Green+Blue) = 60+186+66=312 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.23% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBA42 is #C345BD. Grayscale: #878787. Windows color (decimal): -12797374 or 4373052. OLE color: 4373052.

HSL color Cylindrical-coordinate representation of color #3CBA42: hue angle of 122.86º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBA42 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 186 66 -
CMYK 0.68 0 0.65 0.27
HSL 122.86º 0.51% 0.48% -
HSV(B) 122.86º 0.68% 0.73% -
XYZ 20.41 36.47 11.12 -
YUV 134.65 89.26 74.76 -
System Red Green Blue C M Y K H S L
Decimal 60 186 66 0.68 0 0.65 0.27 122.86 0.51 0.48
Hex 3C BA 42 44 0 41 1B 7B 33 30
Octal 74 272 102 104 0 101 33 173 63 60
Binary 111100 10111010 1000010 1000100 0 1000001 11011 1111011 110011 110000

Color Harmonies of #3CBA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBA42

Black with #3CBA42

Text Example


Text Example

White with #3CBA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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