Html Css Color HEX #3CBD41 Lime Green

📋 copy color: '#3CBD41'

red 60 ◦ green 189 ◦ blue 65

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

Shades of Lime Green #3CBD41

Tints of Lime Green #3CBD41

RGB

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

 GREEN value IS 189 (74.22% from 255) = 60.19%

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

R = 19.11%
G = 60.19%
B = 20.7%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#3CBD41 (or 0x3CBD41) is known color: Lime Green. HEX triplet: 3C, BD and 41. RGB value is (60,189,65). Sum of RGB (Red+Green+Blue) = 60+189+65=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 189 (74.22% from 255 or 60.19% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBD41 is #C342BE. Grayscale: #888888. Windows color (decimal): -12796607 or 4308284. OLE color: 4308284.

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

Color convert

RGB 60 189 65 -
CMYK 0.68 0 0.66 0.26
HSL 122.33º 0.52% 0.49% -
HSV(B) 122.33º 0.68% 0.74% -
XYZ 21.02 37.74 11.18 -
YUV 136.29 87.76 73.58 -
System Red Green Blue C M Y K H S L
Decimal 60 189 65 0.68 0 0.66 0.26 122.33 0.52 0.49
Hex 3C BD 41 44 0 42 1A 7A 34 31
Octal 74 275 101 104 0 102 32 172 64 61
Binary 111100 10111101 1000001 1000100 0 1000010 11010 1111010 110100 110001

Color Harmonies of #3CBD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBD41

Black with #3CBD41

Text Example


Text Example

White with #3CBD41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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