Html Css Color HEX #3BBC2A Lime Green

📋 copy color: '#3BBC2A'

red 59 ◦ green 188 ◦ blue 42

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

Shades of Lime Green #3BBC2A

Tints of Lime Green #3BBC2A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 65.05%

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

R = 20.42%
G = 65.05%
B = 14.53%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#3BBC2A (or 0x3BBC2A) is known color: Lime Green. HEX triplet: 3B, BC and 2A. RGB value is (59,188,42). Sum of RGB (Red+Green+Blue) = 59+188+42=289 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.42% from 289); Green value is 188 (73.83% from 255 or 65.05% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBC2A is #C443D5. Grayscale: #858585. Windows color (decimal): -12862422 or 2800699. OLE color: 2800699.

HSL color Cylindrical-coordinate representation of color #3BBC2A: hue angle of 113.01º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3BBC2A is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 59 188 42 -
CMYK 0.69 0 0.78 0.26
HSL 113.01º 0.63% 0.45% -
HSV(B) 113.01º 0.78% 0.74% -
XYZ 20.2 37.06 8.28 -
YUV 132.79 76.76 75.37 -
System Red Green Blue C M Y K H S L
Decimal 59 188 42 0.69 0 0.78 0.26 113.01 0.63 0.45
Hex 3B BC 2A 45 0 4E 1A 71 3F 2D
Octal 73 274 52 105 0 116 32 161 77 55
Binary 111011 10111100 101010 1000101 0 1001110 11010 1110001 111111 101101

Color Harmonies of #3BBC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBC2A

Black with #3BBC2A

Text Example


Text Example

White with #3BBC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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