Html Css Color HEX #3BD72F Lime Green

📋 copy color: '#3BD72F'

red 59 ◦ green 215 ◦ blue 47

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

Shades of Lime Green #3BD72F

Tints of Lime Green #3BD72F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 66.98%

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

R = 18.38%
G = 66.98%
B = 14.64%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#3BD72F (or 0x3BD72F) is known color: Lime Green. HEX triplet: 3B, D7 and 2F. RGB value is (59,215,47). Sum of RGB (Red+Green+Blue) = 59+215+47=321 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.38% from 321); Green value is 215 (84.38% from 255 or 66.98% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 215 - color contains mainly: green. Hex color #3BD72F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BD72F is #C428D0. Grayscale: #959595. Windows color (decimal): -12855505 or 3135291. OLE color: 3135291.

HSL color Cylindrical-coordinate representation of color #3BD72F: hue angle of 115.71º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3BD72F is Cyan = 0.73, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 59 215 47 -
CMYK 0.73 0 0.78 0.16
HSL 115.71º 0.68% 0.51% -
HSV(B) 115.71º 0.78% 0.84% -
XYZ 26.62 49.74 10.89 -
YUV 149.2 70.32 63.66 -
System Red Green Blue C M Y K H S L
Decimal 59 215 47 0.73 0 0.78 0.16 115.71 0.68 0.51
Hex 3B D7 2F 49 0 4E 10 74 44 33
Octal 73 327 57 111 0 116 20 164 104 63
Binary 111011 11010111 101111 1001001 0 1001110 10000 1110100 1000100 110011

Color Harmonies of #3BD72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BD72F

Black with #3BD72F

Text Example


Text Example

White with #3BD72F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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