Html Css Color HEX #3DB62F Lime Green

📋 copy color: '#3DB62F'

red 61 ◦ green 182 ◦ blue 47

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

Shades of Lime Green #3DB62F

Tints of Lime Green #3DB62F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 62.76%

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

R = 21.03%
G = 62.76%
B = 16.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#3DB62F (or 0x3DB62F) is known color: Lime Green. HEX triplet: 3D, B6 and 2F. RGB value is (61,182,47). Sum of RGB (Red+Green+Blue) = 61+182+47=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 182 (71.48% from 255 or 62.76% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB62F is #C249D0. Grayscale: #828282. Windows color (decimal): -12732881 or 3126845. OLE color: 3126845.

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

Color convert

RGB 61 182 47 -
CMYK 0.66 0 0.74 0.29
HSL 113.78º 0.59% 0.45% -
HSV(B) 113.78º 0.74% 0.71% -
XYZ 19.17 34.65 8.37 -
YUV 130.43 80.91 78.48 -
System Red Green Blue C M Y K H S L
Decimal 61 182 47 0.66 0 0.74 0.29 113.78 0.59 0.45
Hex 3D B6 2F 42 0 4A 1D 72 3B 2D
Octal 75 266 57 102 0 112 35 162 73 55
Binary 111101 10110110 101111 1000010 0 1001010 11101 1110010 111011 101101

Color Harmonies of #3DB62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB62F

Black with #3DB62F

Text Example


Text Example

White with #3DB62F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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