Html Css Color HEX #3BC52A Lime Green

📋 copy color: '#3BC52A'

red 59 ◦ green 197 ◦ blue 42

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

Shades of Lime Green #3BC52A

Tints of Lime Green #3BC52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 19.8%
G = 66.11%
B = 14.09%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#3BC52A (or 0x3BC52A) is known color: Lime Green. HEX triplet: 3B, C5 and 2A. RGB value is (59,197,42). Sum of RGB (Red+Green+Blue) = 59+197+42=298 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.80% from 298); Green value is 197 (77.34% from 255 or 66.11% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 197 - color contains mainly: green. Hex color #3BC52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC52A is #C43AD5. Grayscale: #8A8A8A. Windows color (decimal): -12860118 or 2803003. OLE color: 2803003.

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

Color convert

RGB 59 197 42 -
CMYK 0.70 0 0.79 0.23
HSL 113.42º 0.65% 0.47% -
HSV(B) 113.42º 0.79% 0.77% -
XYZ 22.19 41.03 8.94 -
YUV 138.07 73.78 71.6 -
System Red Green Blue C M Y K H S L
Decimal 59 197 42 0.70 0 0.79 0.23 113.42 0.65 0.47
Hex 3B C5 2A 46 0 4F 17 71 41 2F
Octal 73 305 52 106 0 117 27 161 101 57
Binary 111011 11000101 101010 1000110 0 1001111 10111 1110001 1000001 101111

Color Harmonies of #3BC52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC52A

Black with #3BC52A

Text Example


Text Example

White with #3BC52A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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