Html Css Color HEX #3BC14D Lime Green

📋 copy color: '#3BC14D'

red 59 ◦ green 193 ◦ blue 77

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

Shades of Lime Green #3BC14D

Tints of Lime Green #3BC14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 23.4%

R = 17.93%
G = 58.66%
B = 23.4%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#3BC14D (or 0x3BC14D) is known color: Lime Green. HEX triplet: 3B, C1 and 4D. RGB value is (59,193,77). Sum of RGB (Red+Green+Blue) = 59+193+77=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC14D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC14D is #C43EB2. Grayscale: #8C8C8C. Windows color (decimal): -12861107 or 5095739. OLE color: 5095739.

HSL color Cylindrical-coordinate representation of color #3BC14D: hue angle of 128.06º 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 #3BC14D is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 59 193 77 -
CMYK 0.69 0 0.60 0.24
HSL 128.06º 0.53% 0.49% -
HSV(B) 128.06º 0.69% 0.76% -
XYZ 22.21 39.61 13.5 -
YUV 139.71 92.61 70.43 -
System Red Green Blue C M Y K H S L
Decimal 59 193 77 0.69 0 0.60 0.24 128.06 0.53 0.49
Hex 3B C1 4D 45 0 3C 18 80 35 31
Octal 73 301 115 105 0 74 30 200 65 61
Binary 111011 11000001 1001101 1000101 0 111100 11000 10000000 110101 110001

Color Harmonies of #3BC14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC14D

Black with #3BC14D

Text Example


Text Example

White with #3BC14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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