Html Css Color HEX #3DBA2A Lime Green

📋 copy color: '#3DBA2A'

red 61 ◦ green 186 ◦ blue 42

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

Shades of Lime Green #3DBA2A

Tints of Lime Green #3DBA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 14.53%

R = 21.11%
G = 64.36%
B = 14.53%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#3DBA2A (or 0x3DBA2A) is known color: Lime Green. HEX triplet: 3D, BA and 2A. RGB value is (61,186,42). Sum of RGB (Red+Green+Blue) = 61+186+42=289 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.11% from 289); Green value is 186 (73.05% from 255 or 64.36% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA2A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA2A is #C245D5. Grayscale: #848484. Windows color (decimal): -12731862 or 2800189. OLE color: 2800189.

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

Color convert

RGB 61 186 42 -
CMYK 0.67 0 0.77 0.27
HSL 112.08º 0.63% 0.45% -
HSV(B) 112.08º 0.77% 0.73% -
XYZ 19.9 36.28 8.14 -
YUV 132.21 77.09 77.21 -
System Red Green Blue C M Y K H S L
Decimal 61 186 42 0.67 0 0.77 0.27 112.08 0.63 0.45
Hex 3D BA 2A 43 0 4D 1B 70 3F 2D
Octal 75 272 52 103 0 115 33 160 77 55
Binary 111101 10111010 101010 1000011 0 1001101 11011 1110000 111111 101101

Color Harmonies of #3DBA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBA2A

Black with #3DBA2A

Text Example


Text Example

White with #3DBA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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