Html Css Color HEX #3DB82A Lime Green

📋 copy color: '#3DB82A'

red 61 ◦ green 184 ◦ blue 42

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

Shades of Lime Green #3DB82A

Tints of Lime Green #3DB82A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 64.11%

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

R = 21.25%
G = 64.11%
B = 14.63%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#3DB82A (or 0x3DB82A) is known color: Lime Green. HEX triplet: 3D, B8 and 2A. RGB value is (61,184,42). Sum of RGB (Red+Green+Blue) = 61+184+42=287 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.25% from 287); Green value is 184 (72.27% from 255 or 64.11% from 287); Blue value is 42 (16.80% from 255 or 14.63% from 287); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB82A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB82A is #C247D5. Grayscale: #838383. Windows color (decimal): -12732374 or 2799677. OLE color: 2799677.

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

Color convert

RGB 61 184 42 -
CMYK 0.67 0 0.77 0.28
HSL 111.97º 0.63% 0.44% -
HSV(B) 111.97º 0.77% 0.72% -
XYZ 19.48 35.44 8 -
YUV 131.04 77.75 78.05 -
System Red Green Blue C M Y K H S L
Decimal 61 184 42 0.67 0 0.77 0.28 111.97 0.63 0.44
Hex 3D B8 2A 43 0 4D 1C 70 3F 2C
Octal 75 270 52 103 0 115 34 160 77 54
Binary 111101 10111000 101010 1000011 0 1001101 11100 1110000 111111 101100

Color Harmonies of #3DB82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB82A

Black with #3DB82A

Text Example


Text Example

White with #3DB82A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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