Html Css Color HEX #3DBA38 Lime Green

📋 copy color: '#3DBA38'

red 61 ◦ green 186 ◦ blue 56

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

Shades of Lime Green #3DBA38

Tints of Lime Green #3DBA38

RGB

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

 GREEN value IS 186 (73.05% from 255) = 61.39%

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

R = 20.13%
G = 61.39%
B = 18.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#3DBA38 (or 0x3DBA38) is known color: Lime Green. HEX triplet: 3D, BA and 38. RGB value is (61,186,56). Sum of RGB (Red+Green+Blue) = 61+186+56=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #3DBA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DBA38 is #C245C7. Grayscale: #868686. Windows color (decimal): -12731848 or 3717693. OLE color: 3717693.

HSL color Cylindrical-coordinate representation of color #3DBA38: hue angle of 117.69º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DBA38 is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 61 186 56 -
CMYK 0.67 0 0.70 0.27
HSL 117.69º 0.54% 0.47% -
HSV(B) 117.69º 0.7% 0.73% -
XYZ 20.2 36.4 9.7 -
YUV 133.81 84.09 76.07 -
System Red Green Blue C M Y K H S L
Decimal 61 186 56 0.67 0 0.70 0.27 117.69 0.54 0.47
Hex 3D BA 38 43 0 46 1B 76 36 2F
Octal 75 272 70 103 0 106 33 166 66 57
Binary 111101 10111010 111000 1000011 0 1000110 11011 1110110 110110 101111

Color Harmonies of #3DBA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBA38

Black with #3DBA38

Text Example


Text Example

White with #3DBA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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