Html Css Color HEX #3DB82F Lime Green

📋 copy color: '#3DB82F'

red 61 ◦ green 184 ◦ blue 47

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

Shades of Lime Green #3DB82F

Tints of Lime Green #3DB82F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.1%

R = 20.89%
G = 63.01%
B = 16.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#3DB82F (or 0x3DB82F) is known color: Lime Green. HEX triplet: 3D, B8 and 2F. RGB value is (61,184,47). Sum of RGB (Red+Green+Blue) = 61+184+47=292 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.89% from 292); Green value is 184 (72.27% from 255 or 63.01% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 184 - color contains mainly: green. Hex color #3DB82F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB82F is #C247D0. Grayscale: #848484. Windows color (decimal): -12732369 or 3127357. OLE color: 3127357.

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

Color convert

RGB 61 184 47 -
CMYK 0.67 0 0.74 0.28
HSL 113.87º 0.59% 0.45% -
HSV(B) 113.87º 0.74% 0.72% -
XYZ 19.58 35.48 8.51 -
YUV 131.61 80.25 77.64 -
System Red Green Blue C M Y K H S L
Decimal 61 184 47 0.67 0 0.74 0.28 113.87 0.59 0.45
Hex 3D B8 2F 43 0 4A 1C 72 3B 2D
Octal 75 270 57 103 0 112 34 162 73 55
Binary 111101 10111000 101111 1000011 0 1001010 11100 1110010 111011 101101

Color Harmonies of #3DB82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB82F

Black with #3DB82F

Text Example


Text Example

White with #3DB82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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