Html Css Color HEX #3BC244 Lime Green

📋 copy color: '#3BC244'

red 59 ◦ green 194 ◦ blue 68

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

Shades of Lime Green #3BC244

Tints of Lime Green #3BC244

RGB

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

 GREEN value IS 194 (76.17% from 255) = 60.44%

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

R = 18.38%
G = 60.44%
B = 21.18%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#3BC244 (or 0x3BC244) is known color: Lime Green. HEX triplet: 3B, C2 and 44. RGB value is (59,194,68). Sum of RGB (Red+Green+Blue) = 59+194+68=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 194 (76.17% from 255 or 60.44% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 194 - color contains mainly: green. Hex color #3BC244 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC244 is #C43DBB. Grayscale: #8B8B8B. Windows color (decimal): -12860860 or 4506171. OLE color: 4506171.

HSL color Cylindrical-coordinate representation of color #3BC244: hue angle of 124º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC244 is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 194 68 -
CMYK 0.70 0 0.65 0.24
HSL 124º 0.53% 0.5% -
HSV(B) 124º 0.7% 0.76% -
XYZ 22.14 39.93 12.01 -
YUV 139.27 87.77 70.75 -
System Red Green Blue C M Y K H S L
Decimal 59 194 68 0.70 0 0.65 0.24 124 0.53 0.5
Hex 3B C2 44 46 0 41 18 7C 35 32
Octal 73 302 104 106 0 101 30 174 65 62
Binary 111011 11000010 1000100 1000110 0 1000001 11000 1111100 110101 110010

Color Harmonies of #3BC244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC244

Black with #3BC244

Text Example


Text Example

White with #3BC244

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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