Html Css Color HEX #3DBF46 Lime Green

📋 copy color: '#3DBF46'

red 61 ◦ green 191 ◦ blue 70

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

Shades of Lime Green #3DBF46

Tints of Lime Green #3DBF46

RGB

 RED value IS 61 (24.22% from 255) = 18.94%

 GREEN value IS 191 (75% from 255) = 59.32%

 BLUE value IS 70 (27.73% from 255) = 21.74%

R = 18.94%
G = 59.32%
B = 21.74%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#3DBF46 (or 0x3DBF46) is known color: Lime Green. HEX triplet: 3D, BF and 46. RGB value is (61,191,70). Sum of RGB (Red+Green+Blue) = 61+191+70=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBF46 is #C240B9. Grayscale: #8A8A8A. Windows color (decimal): -12730554 or 4636477. OLE color: 4636477.

HSL color Cylindrical-coordinate representation of color #3DBF46: hue angle of 124.15º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBF46 is Cyan = 0.68, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 191 70 -
CMYK 0.68 0 0.63 0.25
HSL 124.15º 0.52% 0.49% -
HSV(B) 124.15º 0.68% 0.75% -
XYZ 21.66 38.7 12.12 -
YUV 138.34 89.43 72.84 -
System Red Green Blue C M Y K H S L
Decimal 61 191 70 0.68 0 0.63 0.25 124.15 0.52 0.49
Hex 3D BF 46 44 0 3F 19 7C 34 31
Octal 75 277 106 104 0 77 31 174 64 61
Binary 111101 10111111 1000110 1000100 0 111111 11001 1111100 110100 110001

Color Harmonies of #3DBF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBF46

Black with #3DBF46

Text Example


Text Example

White with #3DBF46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,191,70); }

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

background-color css

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

 a { background-color: rgb(61,191,70); }

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

border-color css

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

 span { border-color: rgb(61,191,70); }

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