Html Css Color HEX #3BBE34 Lime Green

📋 copy color: '#3BBE34'

red 59 ◦ green 190 ◦ blue 52

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

Shades of Lime Green #3BBE34

Tints of Lime Green #3BBE34

RGB

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

 GREEN value IS 190 (74.61% from 255) = 63.12%

 BLUE value IS 52 (20.7% from 255) = 17.28%

R = 19.6%
G = 63.12%
B = 17.28%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#3BBE34 (or 0x3BBE34) is known color: Lime Green. HEX triplet: 3B, BE and 34. RGB value is (59,190,52). Sum of RGB (Red+Green+Blue) = 59+190+52=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 190 (74.61% from 255 or 63.12% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 190 - color contains mainly: green. Hex color #3BBE34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBE34 is #C441CB. Grayscale: #878787. Windows color (decimal): -12861900 or 3456571. OLE color: 3456571.

HSL color Cylindrical-coordinate representation of color #3BBE34: hue angle of 116.96º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BBE34 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 59 190 52 -
CMYK 0.69 0 0.73 0.25
HSL 116.96º 0.57% 0.47% -
HSV(B) 116.96º 0.73% 0.75% -
XYZ 20.84 38 9.49 -
YUV 135.1 81.1 73.72 -
System Red Green Blue C M Y K H S L
Decimal 59 190 52 0.69 0 0.73 0.25 116.96 0.57 0.47
Hex 3B BE 34 45 0 49 19 75 39 2F
Octal 73 276 64 105 0 111 31 165 71 57
Binary 111011 10111110 110100 1000101 0 1001001 11001 1110101 111001 101111

Color Harmonies of #3BBE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBE34

Black with #3BBE34

Text Example


Text Example

White with #3BBE34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,190,52); }

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

background-color css

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

 a { background-color: rgb(59,190,52); }

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

border-color css

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

 span { border-color: rgb(59,190,52); }

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