Html Css Color HEX #3CBA28 Lime Green

📋 copy color: '#3CBA28'

red 60 ◦ green 186 ◦ blue 40

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

Shades of Lime Green #3CBA28

Tints of Lime Green #3CBA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.99%

R = 20.98%
G = 65.03%
B = 13.99%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#3CBA28 (or 0x3CBA28) is known color: Lime Green. HEX triplet: 3C, BA and 28. RGB value is (60,186,40). Sum of RGB (Red+Green+Blue) = 60+186+40=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 186 (73.05% from 255 or 65.03% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBA28 is #C345D7. Grayscale: #848484. Windows color (decimal): -12797400 or 2669116. OLE color: 2669116.

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

Color convert

RGB 60 186 40 -
CMYK 0.68 0 0.78 0.27
HSL 111.78º 0.65% 0.44% -
HSV(B) 111.78º 0.78% 0.73% -
XYZ 19.81 36.23 7.96 -
YUV 131.68 76.26 76.87 -
System Red Green Blue C M Y K H S L
Decimal 60 186 40 0.68 0 0.78 0.27 111.78 0.65 0.44
Hex 3C BA 28 44 0 4E 1B 70 41 2C
Octal 74 272 50 104 0 116 33 160 101 54
Binary 111100 10111010 101000 1000100 0 1001110 11011 1110000 1000001 101100

Color Harmonies of #3CBA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBA28

Black with #3CBA28

Text Example


Text Example

White with #3CBA28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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