Html Css Color HEX #3BC14C Lime Green

📋 copy color: '#3BC14C'

red 59 ◦ green 193 ◦ blue 76

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

Shades of Lime Green #3BC14C

Tints of Lime Green #3BC14C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 58.84%

 BLUE value IS 76 (30.08% from 255) = 23.17%

R = 17.99%
G = 58.84%
B = 23.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#3BC14C (or 0x3BC14C) is known color: Lime Green. HEX triplet: 3B, C1 and 4C. RGB value is (59,193,76). Sum of RGB (Red+Green+Blue) = 59+193+76=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 193 (75.78% from 255 or 58.84% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC14C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC14C is #C43EB3. Grayscale: #8B8B8B. Windows color (decimal): -12861108 or 5030203. OLE color: 5030203.

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

Color convert

RGB 59 193 76 -
CMYK 0.69 0 0.61 0.24
HSL 127.61º 0.53% 0.49% -
HSV(B) 127.61º 0.69% 0.76% -
XYZ 22.18 39.59 13.31 -
YUV 139.6 92.11 70.51 -
System Red Green Blue C M Y K H S L
Decimal 59 193 76 0.69 0 0.61 0.24 127.61 0.53 0.49
Hex 3B C1 4C 45 0 3D 18 80 35 31
Octal 73 301 114 105 0 75 30 200 65 61
Binary 111011 11000001 1001100 1000101 0 111101 11000 10000000 110101 110001

Color Harmonies of #3BC14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC14C

Black with #3BC14C

Text Example


Text Example

White with #3BC14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,193,76); }

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

background-color css

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

 a { background-color: rgb(59,193,76); }

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

border-color css

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

 span { border-color: rgb(59,193,76); }

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