Html Css Color HEX #3BC452 Lime Green

📋 copy color: '#3BC452'

red 59 ◦ green 196 ◦ blue 82

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

Shades of Lime Green #3BC452

Tints of Lime Green #3BC452

RGB

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

 GREEN value IS 196 (76.95% from 255) = 58.16%

 BLUE value IS 82 (32.42% from 255) = 24.33%

R = 17.51%
G = 58.16%
B = 24.33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#3BC452 (or 0x3BC452) is known color: Lime Green. HEX triplet: 3B, C4 and 52. RGB value is (59,196,82). Sum of RGB (Red+Green+Blue) = 59+196+82=337 (44% of max value = 765). Red value is 59 (23.44% from 255 or 17.51% from 337); Green value is 196 (76.95% from 255 or 58.16% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 196 - color contains mainly: green. Hex color #3BC452 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC452 is #C43BAD. Grayscale: #8E8E8E. Windows color (decimal): -12860334 or 5424187. OLE color: 5424187.

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

Color convert

RGB 59 196 82 -
CMYK 0.70 0 0.58 0.23
HSL 130.07º 0.54% 0.5% -
HSV(B) 130.07º 0.7% 0.77% -
XYZ 23.07 41.02 14.68 -
YUV 142.04 94.11 68.77 -
System Red Green Blue C M Y K H S L
Decimal 59 196 82 0.70 0 0.58 0.23 130.07 0.54 0.5
Hex 3B C4 52 46 0 3A 17 82 36 32
Octal 73 304 122 106 0 72 27 202 66 62
Binary 111011 11000100 1010010 1000110 0 111010 10111 10000010 110110 110010

Color Harmonies of #3BC452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC452

Black with #3BC452

Text Example


Text Example

White with #3BC452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,196,82); }

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

background-color css

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

 a { background-color: rgb(59,196,82); }

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

border-color css

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

 span { border-color: rgb(59,196,82); }

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