Html Css Color HEX #3DBA41 Lime Green

📋 copy color: '#3DBA41'

red 61 ◦ green 186 ◦ blue 65

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

Shades of Lime Green #3DBA41

Tints of Lime Green #3DBA41

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.62%

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

R = 19.55%
G = 59.62%
B = 20.83%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#3DBA41 (or 0x3DBA41) is known color: Lime Green. HEX triplet: 3D, BA and 41. RGB value is (61,186,65). Sum of RGB (Red+Green+Blue) = 61+186+65=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 186 (73.05% from 255 or 59.62% from 312); Blue value is 65 (25.78% from 255 or 20.83% from 312); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA41 is #C245BE. Grayscale: #878787. Windows color (decimal): -12731839 or 4307517. OLE color: 4307517.

HSL color Cylindrical-coordinate representation of color #3DBA41: hue angle of 121.92º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3DBA41 is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 186 65 -
CMYK 0.67 0 0.65 0.27
HSL 121.92º 0.51% 0.48% -
HSV(B) 121.92º 0.67% 0.73% -
XYZ 20.44 36.49 10.97 -
YUV 134.83 88.59 75.34 -
System Red Green Blue C M Y K H S L
Decimal 61 186 65 0.67 0 0.65 0.27 121.92 0.51 0.48
Hex 3D BA 41 43 0 41 1B 7A 33 30
Octal 75 272 101 103 0 101 33 172 63 60
Binary 111101 10111010 1000001 1000011 0 1000001 11011 1111010 110011 110000

Color Harmonies of #3DBA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBA41

Black with #3DBA41

Text Example


Text Example

White with #3DBA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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