Html Css Color HEX #3CBA38 Lime Green

📋 copy color: '#3CBA38'

red 60 ◦ green 186 ◦ blue 56

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

Shades of Lime Green #3CBA38

Tints of Lime Green #3CBA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.54%

R = 19.87%
G = 61.59%
B = 18.54%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#3CBA38 (or 0x3CBA38) is known color: Lime Green. HEX triplet: 3C, BA and 38. RGB value is (60,186,56). Sum of RGB (Red+Green+Blue) = 60+186+56=302 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.87% from 302); Green value is 186 (73.05% from 255 or 61.59% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBA38 is #C345C7. Grayscale: #858585. Windows color (decimal): -12797384 or 3717692. OLE color: 3717692.

HSL color Cylindrical-coordinate representation of color #3CBA38: hue angle of 118.15º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CBA38 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 60 186 56 -
CMYK 0.68 0 0.70 0.27
HSL 118.15º 0.54% 0.47% -
HSV(B) 118.15º 0.7% 0.73% -
XYZ 20.14 36.36 9.7 -
YUV 133.51 84.26 75.57 -
System Red Green Blue C M Y K H S L
Decimal 60 186 56 0.68 0 0.70 0.27 118.15 0.54 0.47
Hex 3C BA 38 44 0 46 1B 76 36 2F
Octal 74 272 70 104 0 106 33 166 66 57
Binary 111100 10111010 111000 1000100 0 1000110 11011 1110110 110110 101111

Color Harmonies of #3CBA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBA38

Black with #3CBA38

Text Example


Text Example

White with #3CBA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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