Html Css Color HEX #3BBC40 Lime Green

📋 copy color: '#3BBC40'

red 59 ◦ green 188 ◦ blue 64

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

Shades of Lime Green #3BBC40

Tints of Lime Green #3BBC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.58%

R = 18.97%
G = 60.45%
B = 20.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#3BBC40 (or 0x3BBC40) is known color: Lime Green. HEX triplet: 3B, BC and 40. RGB value is (59,188,64). Sum of RGB (Red+Green+Blue) = 59+188+64=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 188 (73.83% from 255 or 60.45% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBC40 is #C443BF. Grayscale: #878787. Windows color (decimal): -12862400 or 4242491. OLE color: 4242491.

HSL color Cylindrical-coordinate representation of color #3BBC40: hue angle of 122.33º 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 #3BBC40 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 59 188 64 -
CMYK 0.69 0 0.66 0.26
HSL 122.33º 0.52% 0.48% -
HSV(B) 122.33º 0.69% 0.74% -
XYZ 20.71 37.27 10.95 -
YUV 135.29 87.76 73.58 -
System Red Green Blue C M Y K H S L
Decimal 59 188 64 0.69 0 0.66 0.26 122.33 0.52 0.48
Hex 3B BC 40 45 0 42 1A 7A 34 30
Octal 73 274 100 105 0 102 32 172 64 60
Binary 111011 10111100 1000000 1000101 0 1000010 11010 1111010 110100 110000

Color Harmonies of #3BBC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBC40

Black with #3BBC40

Text Example


Text Example

White with #3BBC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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