Html Css Color HEX #3BBD2F Lime Green

📋 copy color: '#3BBD2F'

red 59 ◦ green 189 ◦ blue 47

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

Shades of Lime Green #3BBD2F

Tints of Lime Green #3BBD2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.93%

R = 20%
G = 64.07%
B = 15.93%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#3BBD2F (or 0x3BBD2F) is known color: Lime Green. HEX triplet: 3B, BD and 2F. RGB value is (59,189,47). Sum of RGB (Red+Green+Blue) = 59+189+47=295 (39% of max value = 765). Red value is 59 (23.44% from 255 or 20% from 295); Green value is 189 (74.22% from 255 or 64.07% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 189 - color contains mainly: green. Hex color #3BBD2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBD2F is #C442D0. Grayscale: #868686. Windows color (decimal): -12862161 or 3128635. OLE color: 3128635.

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

Color convert

RGB 59 189 47 -
CMYK 0.69 0 0.75 0.26
HSL 114.93º 0.6% 0.46% -
HSV(B) 114.93º 0.75% 0.74% -
XYZ 20.51 37.53 8.85 -
YUV 133.94 78.93 74.55 -
System Red Green Blue C M Y K H S L
Decimal 59 189 47 0.69 0 0.75 0.26 114.93 0.6 0.46
Hex 3B BD 2F 45 0 4B 1A 73 3C 2E
Octal 73 275 57 105 0 113 32 163 74 56
Binary 111011 10111101 101111 1000101 0 1001011 11010 1110011 111100 101110

Color Harmonies of #3BBD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBD2F

Black with #3BBD2F

Text Example


Text Example

White with #3BBD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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