Html Css Color HEX #3DB738 Lime Green

📋 copy color: '#3DB738'

red 61 ◦ green 183 ◦ blue 56

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

Shades of Lime Green #3DB738

Tints of Lime Green #3DB738

RGB

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

 GREEN value IS 183 (71.88% from 255) = 61%

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

R = 20.33%
G = 61%
B = 18.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#3DB738 (or 0x3DB738) is known color: Lime Green. HEX triplet: 3D, B7 and 38. RGB value is (61,183,56). Sum of RGB (Red+Green+Blue) = 61+183+56=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 183 (71.88% from 255 or 61% from 300); Blue value is 56 (22.27% from 255 or 18.67% from 300); Max value from RGB is 183 - color contains mainly: green. Hex color #3DB738 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DB738 is #C248C7. Grayscale: #848484. Windows color (decimal): -12732616 or 3716925. OLE color: 3716925.

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

Color convert

RGB 61 183 56 -
CMYK 0.67 0 0.69 0.28
HSL 117.64º 0.53% 0.47% -
HSV(B) 117.64º 0.69% 0.72% -
XYZ 19.57 35.14 9.49 -
YUV 132.04 85.08 77.33 -
System Red Green Blue C M Y K H S L
Decimal 61 183 56 0.67 0 0.69 0.28 117.64 0.53 0.47
Hex 3D B7 38 43 0 45 1C 76 35 2F
Octal 75 267 70 103 0 105 34 166 65 57
Binary 111101 10110111 111000 1000011 0 1000101 11100 1110110 110101 101111

Color Harmonies of #3DB738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DB738

Black with #3DB738

Text Example


Text Example

White with #3DB738

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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