Html Css Color HEX #3DB638 Lime Green

📋 copy color: '#3DB638'

red 61 ◦ green 182 ◦ blue 56

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

Shades of Lime Green #3DB638

Tints of Lime Green #3DB638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.73%

R = 20.4%
G = 60.87%
B = 18.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#3DB638 (or 0x3DB638) is known color: Lime Green. HEX triplet: 3D, B6 and 38. RGB value is (61,182,56). Sum of RGB (Red+Green+Blue) = 61+182+56=299 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.40% from 299); Green value is 182 (71.48% from 255 or 60.87% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB638 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB638 is #C249C7. Grayscale: #838383. Windows color (decimal): -12732872 or 3716669. OLE color: 3716669.

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

Color convert

RGB 61 182 56 -
CMYK 0.66 0 0.69 0.29
HSL 117.62º 0.53% 0.47% -
HSV(B) 117.62º 0.69% 0.71% -
XYZ 19.37 34.73 9.42 -
YUV 131.46 85.41 77.75 -
System Red Green Blue C M Y K H S L
Decimal 61 182 56 0.66 0 0.69 0.29 117.62 0.53 0.47
Hex 3D B6 38 42 0 45 1D 76 35 2F
Octal 75 266 70 102 0 105 35 166 65 57
Binary 111101 10110110 111000 1000010 0 1000101 11101 1110110 110101 101111

Color Harmonies of #3DB638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB638

Black with #3DB638

Text Example


Text Example

White with #3DB638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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