Html Css Color HEX #3BBD34 Lime Green

📋 copy color: '#3BBD34'

red 59 ◦ green 189 ◦ blue 52

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

Shades of Lime Green #3BBD34

Tints of Lime Green #3BBD34

RGB

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

 GREEN value IS 189 (74.22% from 255) = 63%

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

R = 19.67%
G = 63%
B = 17.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#3BBD34 (or 0x3BBD34) is known color: Lime Green. HEX triplet: 3B, BD and 34. RGB value is (59,189,52). Sum of RGB (Red+Green+Blue) = 59+189+52=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 189 (74.22% from 255 or 63% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 189 - color contains mainly: green. Hex color #3BBD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBD34 is #C442CB. Grayscale: #868686. Windows color (decimal): -12862156 or 3456315. OLE color: 3456315.

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

Color convert

RGB 59 189 52 -
CMYK 0.69 0 0.72 0.26
HSL 116.93º 0.57% 0.47% -
HSV(B) 116.93º 0.72% 0.74% -
XYZ 20.62 37.57 9.41 -
YUV 134.51 81.43 74.14 -
System Red Green Blue C M Y K H S L
Decimal 59 189 52 0.69 0 0.72 0.26 116.93 0.57 0.47
Hex 3B BD 34 45 0 48 1A 75 39 2F
Octal 73 275 64 105 0 110 32 165 71 57
Binary 111011 10111101 110100 1000101 0 1001000 11010 1110101 111001 101111

Color Harmonies of #3BBD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBD34

Black with #3BBD34

Text Example


Text Example

White with #3BBD34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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