Html Css Color HEX #3BC82F Lime Green

📋 copy color: '#3BC82F'

red 59 ◦ green 200 ◦ blue 47

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

Shades of Lime Green #3BC82F

Tints of Lime Green #3BC82F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 65.36%

 BLUE value IS 47 (18.75% from 255) = 15.36%

R = 19.28%
G = 65.36%
B = 15.36%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#3BC82F (or 0x3BC82F) is known color: Lime Green. HEX triplet: 3B, C8 and 2F. RGB value is (59,200,47). Sum of RGB (Red+Green+Blue) = 59+200+47=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 200 (78.52% from 255 or 65.36% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC82F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC82F is #C437D0. Grayscale: #8C8C8C. Windows color (decimal): -12859345 or 3131451. OLE color: 3131451.

HSL color Cylindrical-coordinate representation of color #3BC82F: hue angle of 115.29º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BC82F is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 59 200 47 -
CMYK 0.70 0 0.76 0.22
HSL 115.29º 0.62% 0.48% -
HSV(B) 115.29º 0.77% 0.78% -
XYZ 22.97 42.44 9.67 -
YUV 140.4 75.29 69.94 -
System Red Green Blue C M Y K H S L
Decimal 59 200 47 0.70 0 0.76 0.22 115.29 0.62 0.48
Hex 3B C8 2F 46 0 4C 16 73 3E 30
Octal 73 310 57 106 0 114 26 163 76 60
Binary 111011 11001000 101111 1000110 0 1001100 10110 1110011 111110 110000

Color Harmonies of #3BC82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC82F

Black with #3BC82F

Text Example


Text Example

White with #3BC82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,200,47); }

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

background-color css

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

 a { background-color: rgb(59,200,47); }

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

border-color css

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

 span { border-color: rgb(59,200,47); }

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