Html Css Color HEX #3BBC41 Lime Green

📋 copy color: '#3BBC41'

red 59 ◦ green 188 ◦ blue 65

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

Shades of Lime Green #3BBC41

Tints of Lime Green #3BBC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.83%

R = 18.91%
G = 60.26%
B = 20.83%

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

#3BBC41 (or 0x3BBC41) is known color: Lime Green. HEX triplet: 3B, BC and 41. RGB value is (59,188,65). Sum of RGB (Red+Green+Blue) = 59+188+65=312 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.91% from 312); Green value is 188 (73.83% from 255 or 60.26% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBC41 is #C443BE. Grayscale: #878787. Windows color (decimal): -12862399 or 4308027. OLE color: 4308027.

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

Color convert

RGB 59 188 65 -
CMYK 0.69 0 0.65 0.26
HSL 122.79º 0.52% 0.48% -
HSV(B) 122.79º 0.69% 0.74% -
XYZ 20.74 37.28 11.1 -
YUV 135.41 88.26 73.5 -
System Red Green Blue C M Y K H S L
Decimal 59 188 65 0.69 0 0.65 0.26 122.79 0.52 0.48
Hex 3B BC 41 45 0 41 1A 7B 34 30
Octal 73 274 101 105 0 101 32 173 64 60
Binary 111011 10111100 1000001 1000101 0 1000001 11010 1111011 110100 110000

Color Harmonies of #3BBC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBC41

Black with #3BBC41

Text Example


Text Example

White with #3BBC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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