Html Css Color HEX #3CBC41 Lime Green

📋 copy color: '#3CBC41'

red 60 ◦ green 188 ◦ blue 65

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

Shades of Lime Green #3CBC41

Tints of Lime Green #3CBC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.77%

R = 19.17%
G = 60.06%
B = 20.77%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#3CBC41 (or 0x3CBC41) is known color: Lime Green. HEX triplet: 3C, BC and 41. RGB value is (60,188,65). Sum of RGB (Red+Green+Blue) = 60+188+65=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #3CBC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBC41 is #C343BE. Grayscale: #888888. Windows color (decimal): -12796863 or 4308028. OLE color: 4308028.

HSL color Cylindrical-coordinate representation of color #3CBC41: hue angle of 122.34º 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 #3CBC41 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB 60 188 65 -
CMYK 0.68 0 0.65 0.26
HSL 122.34º 0.52% 0.49% -
HSV(B) 122.34º 0.68% 0.74% -
XYZ 20.8 37.31 11.11 -
YUV 135.71 88.09 74 -
System Red Green Blue C M Y K H S L
Decimal 60 188 65 0.68 0 0.65 0.26 122.34 0.52 0.49
Hex 3C BC 41 44 0 41 1A 7A 34 31
Octal 74 274 101 104 0 101 32 172 64 61
Binary 111100 10111100 1000001 1000100 0 1000001 11010 1111010 110100 110001

Color Harmonies of #3CBC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBC41

Black with #3CBC41

Text Example


Text Example

White with #3CBC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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