Html Css Color HEX #3CBD44 Lime Green

📋 copy color: '#3CBD44'

red 60 ◦ green 189 ◦ blue 68

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

Shades of Lime Green #3CBD44

Tints of Lime Green #3CBD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.45%

R = 18.93%
G = 59.62%
B = 21.45%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#3CBD44 (or 0x3CBD44) is known color: Lime Green. HEX triplet: 3C, BD and 44. RGB value is (60,189,68). Sum of RGB (Red+Green+Blue) = 60+189+68=317 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.93% from 317); Green value is 189 (74.22% from 255 or 59.62% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 189 - color contains mainly: green. Hex color #3CBD44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBD44 is #C342BB. Grayscale: #888888. Windows color (decimal): -12796604 or 4504892. OLE color: 4504892.

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

Color convert

RGB 60 189 68 -
CMYK 0.68 0 0.64 0.26
HSL 123.72º 0.52% 0.49% -
HSV(B) 123.72º 0.68% 0.74% -
XYZ 21.1 37.77 11.65 -
YUV 136.64 89.26 73.34 -
System Red Green Blue C M Y K H S L
Decimal 60 189 68 0.68 0 0.64 0.26 123.72 0.52 0.49
Hex 3C BD 44 44 0 40 1A 7C 34 31
Octal 74 275 104 104 0 100 32 174 64 61
Binary 111100 10111101 1000100 1000100 0 1000000 11010 1111100 110100 110001

Color Harmonies of #3CBD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CBD44

Black with #3CBD44

Text Example


Text Example

White with #3CBD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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