Html Css Color HEX #3DBF41 Lime Green

📋 copy color: '#3DBF41'

red 61 ◦ green 191 ◦ blue 65

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

Shades of Lime Green #3DBF41

Tints of Lime Green #3DBF41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.5%

R = 19.24%
G = 60.25%
B = 20.5%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#3DBF41 (or 0x3DBF41) is known color: Lime Green. HEX triplet: 3D, BF and 41. RGB value is (61,191,65). Sum of RGB (Red+Green+Blue) = 61+191+65=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBF41 is #C240BE. Grayscale: #8A8A8A. Windows color (decimal): -12730559 or 4308797. OLE color: 4308797.

HSL color Cylindrical-coordinate representation of color #3DBF41: hue angle of 121.85º 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 #3DBF41 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 61 191 65 -
CMYK 0.68 0 0.66 0.25
HSL 121.85º 0.52% 0.49% -
HSV(B) 121.85º 0.68% 0.75% -
XYZ 21.51 38.64 11.32 -
YUV 137.77 86.93 73.25 -
System Red Green Blue C M Y K H S L
Decimal 61 191 65 0.68 0 0.66 0.25 121.85 0.52 0.49
Hex 3D BF 41 44 0 42 19 7A 34 31
Octal 75 277 101 104 0 102 31 172 64 61
Binary 111101 10111111 1000001 1000100 0 1000010 11001 1111010 110100 110001

Color Harmonies of #3DBF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBF41

Black with #3DBF41

Text Example


Text Example

White with #3DBF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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