Html Css Color HEX #3BC044 Lime Green

📋 copy color: '#3BC044'

red 59 ◦ green 192 ◦ blue 68

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

Shades of Lime Green #3BC044

Tints of Lime Green #3BC044

RGB

 RED value IS 59 (23.44% from 255) = 18.5%

 GREEN value IS 192 (75.39% from 255) = 60.19%

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

R = 18.5%
G = 60.19%
B = 21.32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#3BC044 (or 0x3BC044) is known color: Lime Green. HEX triplet: 3B, C0 and 44. RGB value is (59,192,68). Sum of RGB (Red+Green+Blue) = 59+192+68=319 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.50% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 68 (26.95% from 255 or 21.32% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #3BC044 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC044 is #C43FBB. Grayscale: #8A8A8A. Windows color (decimal): -12861372 or 4505659. OLE color: 4505659.

HSL color Cylindrical-coordinate representation of color #3BC044: hue angle of 124.06º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BC044 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB 59 192 68 -
CMYK 0.69 0 0.65 0.25
HSL 124.06º 0.53% 0.49% -
HSV(B) 124.06º 0.69% 0.75% -
XYZ 21.7 39.05 11.86 -
YUV 138.1 88.44 71.58 -
System Red Green Blue C M Y K H S L
Decimal 59 192 68 0.69 0 0.65 0.25 124.06 0.53 0.49
Hex 3B C0 44 45 0 41 19 7C 35 31
Octal 73 300 104 105 0 101 31 174 65 61
Binary 111011 11000000 1000100 1000101 0 1000001 11001 1111100 110101 110001

Color Harmonies of #3BC044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC044

Black with #3BC044

Text Example


Text Example

White with #3BC044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,192,68); }

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

background-color css

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

 a { background-color: rgb(59,192,68); }

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

border-color css

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

 span { border-color: rgb(59,192,68); }

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