Html Css Color HEX #3BC52E Lime Green

📋 copy color: '#3BC52E'

red 59 ◦ green 197 ◦ blue 46

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

Shades of Lime Green #3BC52E

Tints of Lime Green #3BC52E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 65.23%

 BLUE value IS 46 (18.36% from 255) = 15.23%

R = 19.54%
G = 65.23%
B = 15.23%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#3BC52E (or 0x3BC52E) is known color: Lime Green. HEX triplet: 3B, C5 and 2E. RGB value is (59,197,46). Sum of RGB (Red+Green+Blue) = 59+197+46=302 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.54% from 302); Green value is 197 (77.34% from 255 or 65.23% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 197 - color contains mainly: green. Hex color #3BC52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC52E is #C43AD1. Grayscale: #8A8A8A. Windows color (decimal): -12860114 or 3065147. OLE color: 3065147.

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

Color convert

RGB 59 197 46 -
CMYK 0.70 0 0.77 0.23
HSL 114.83º 0.62% 0.48% -
HSV(B) 114.83º 0.77% 0.77% -
XYZ 22.26 41.06 9.34 -
YUV 138.52 75.78 71.28 -
System Red Green Blue C M Y K H S L
Decimal 59 197 46 0.70 0 0.77 0.23 114.83 0.62 0.48
Hex 3B C5 2E 46 0 4D 17 73 3E 30
Octal 73 305 56 106 0 115 27 163 76 60
Binary 111011 11000101 101110 1000110 0 1001101 10111 1110011 111110 110000

Color Harmonies of #3BC52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC52E

Black with #3BC52E

Text Example


Text Example

White with #3BC52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,197,46); }

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

background-color css

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

 a { background-color: rgb(59,197,46); }

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

border-color css

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

 span { border-color: rgb(59,197,46); }

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