Html Css Color HEX #3BBC42 Lime Green

📋 copy color: '#3BBC42'

red 59 ◦ green 188 ◦ blue 66

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

Shades of Lime Green #3BBC42

Tints of Lime Green #3BBC42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 21.09%

R = 18.85%
G = 60.06%
B = 21.09%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#3BBC42 (or 0x3BBC42) is known color: Lime Green. HEX triplet: 3B, BC and 42. RGB value is (59,188,66). Sum of RGB (Red+Green+Blue) = 59+188+66=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 188 (73.83% from 255 or 60.06% from 313); Blue value is 66 (26.17% from 255 or 21.09% from 313); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBC42 is #C443BD. Grayscale: #878787. Windows color (decimal): -12862398 or 4373563. OLE color: 4373563.

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

Color convert

RGB 59 188 66 -
CMYK 0.69 0 0.65 0.26
HSL 123.26º 0.52% 0.48% -
HSV(B) 123.26º 0.69% 0.74% -
XYZ 20.77 37.29 11.26 -
YUV 135.52 88.76 73.42 -
System Red Green Blue C M Y K H S L
Decimal 59 188 66 0.69 0 0.65 0.26 123.26 0.52 0.48
Hex 3B BC 42 45 0 41 1A 7B 34 30
Octal 73 274 102 105 0 101 32 173 64 60
Binary 111011 10111100 1000010 1000101 0 1000001 11010 1111011 110100 110000

Color Harmonies of #3BBC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBC42

Black with #3BBC42

Text Example


Text Example

White with #3BBC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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